Make configure produce error if --with-pcap=yes or --with-pcap is given
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 10 Jul 2007 14:41:36 +0000 (14:41 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 10 Jul 2007 14:41:36 +0000 (14:41 +0000)
and libpcap is not found. Added --with-pcap to configure in PRM spec.

configure.ac
yaz.spec.in

index 221b174..44e45cc 100644 (file)
@@ -1,6 +1,6 @@
 dnl YAZ Toolkit, Index Data 1995-2007
 dnl See the file LICENSE for details.
-dnl $Id: configure.ac,v 1.88 2007-07-10 14:28:37 adam Exp $
+dnl $Id: configure.ac,v 1.89 2007-07-10 14:41:36 adam Exp $
 AC_PREREQ(2.59)
 AC_INIT([yaz],[3.0.9],[yaz-help@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
@@ -209,7 +209,7 @@ fi
 AC_MSG_CHECKING([for libpcap (required for ziffy)])
 if test -z "${PCAP_LIBS}"; then
     AC_MSG_RESULT([not found. ziffy disabled])
-    if test "${PCAP_LIBS}"; then
+    if test "${PCAP_DIR}" = "yes"; then
         AC_MSG_ERROR([libpcap missing])
     fi
 else
index 14b395c..b4f4361 100644 (file)
@@ -59,7 +59,7 @@ yaz-illclient: an ISO ILL client.
 %build
 
 CFLAGS="$RPM_OPT_FLAGS" \
- ./configure --prefix=/usr --enable-shared --enable-tcpd --with-xslt --with-openssl
+ ./configure --prefix=/usr --enable-shared --enable-tcpd --with-xslt --with-openssl --with-pcap
 make CFLAGS="$RPM_OPT_FLAGS"
 
 %install