|
Lines 62-67
Link Here
|
| 62 |
|
62 |
|
| 63 |
dnl ========================================================================== |
63 |
dnl ========================================================================== |
| 64 |
|
64 |
|
|
|
65 |
saved_LIBS=$LIBS |
| 66 |
AC_CHECK_LIB([udev], [udev_queue_get_udev_is_active]) |
| 67 |
AC_SUBST(UDEV_LIBS, $LIBS) |
| 68 |
LIBS=$saved_LIBS |
| 69 |
|
| 65 |
AC_ARG_ENABLE(shared-library, |
70 |
AC_ARG_ENABLE(shared-library, |
| 66 |
[ --disable-shared-library |
71 |
[ --disable-shared-library |
| 67 |
disable building of shared cryptsetup library],, |
72 |
disable building of shared cryptsetup library],, |