X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=configure.ac;h=d64bbc7aa31cff9b99285c9a2e93e698035602d9;hb=48c4128d465449c624d4d2e99852eba568367acb;hp=2b1e930ea082fe37256170dafb237ed2e6763459;hpb=f99b4d1a21d99436a3e49733e7b83276a6362cbf;p=deb_libcec.git diff --git a/configure.ac b/configure.ac index 2b1e930..d64bbc7 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ AC_PROG_LIBTOOL has_libudev="yes" case "${host}" in *-*-linux*) - PKG_CHECK_MODULES([UDEV],[libudev],,[has_libudev="no";AC_MSG_WARN("library 'udev' is missing - adapter detection will not be available")]) + PKG_CHECK_MODULES([UDEV],[libudev],,[has_libudev="no"]; AC_MSG_WARN("library 'udev' is missing - adapter detection will not be available")) LIBS+=" -lrt" ;; *-apple-darwin*)