X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=configure.ac;h=9511fefa8e14bfe659424d5ec760b5493dce9b9d;hp=fbb6520f4c43bc851ffd621c81e0094021b0f23b;hb=d1c07faf5b5979c19c4709f7195c612fb0a9dd2e;hpb=c43847fe14e6b32cc58b8e8168f78e72ef94316d diff --git a/configure.ac b/configure.ac index fbb6520..9511fef 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ if test "x$ax_cv_curses" = xyes; then fi AC_CHECK_LIB([udev], [udev_new], - [], + [UDEV_LIBS=-ludev], [AC_MSG_FAILURE([The libudev development library is required by petitboot. Try installing the package libudev-dev or libudev-devel.])] ) @@ -257,7 +257,7 @@ AS_IF( ] ) - +AC_SUBST([UDEV_LIBS]) AC_SUBST([LIBTOOL_DEPS]) AC_SUBST([DESTDIR]) AC_SUBST([pkgsysconfdir], ["${sysconfdir}/${package}"])