[Pcsclite-cvs-commit] r2761 - /trunk/PCSC/configure.in

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Jan 24 08:23:09 UTC 2008


Author: rousseau
Date: Thu Jan 24 08:23:08 2008
New Revision: 2761

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=2761
Log:
document what do do if pkg module hal is not found

Modified:
    trunk/PCSC/configure.in

Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=2761&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Thu Jan 24 08:23:08 2008
@@ -143,7 +143,8 @@
 
 # check if libhal is used
 if test "x$use_libhal" != xno ; then
-	PKG_CHECK_MODULES(LIBHAL, hal)
+	PKG_CHECK_MODULES(LIBHAL, hal, [],
+		[ AC_MSG_ERROR([install libhal-dev or use --disable-libhal]) ])
 
 	saved_CPPFLAGS="$CPPFLAGS"
 	saved_LIBS="$LIBS"




More information about the Pcsclite-cvs-commit mailing list