X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=44e45ccdb97e9f90e44ce774734a84160a5b9d5e;hb=2e6fc26c0be8cbb1052599e12804a39adc1bbbe1;hp=221b17415a4df7c8f486755b45cca20b8c400ee5;hpb=5aaf79c4e4fbf5c5f17f136646e1933b5c989b7d;p=yaz-moved-to-github.git diff --git a/configure.ac b/configure.ac index 221b174..44e45cc 100644 --- a/configure.ac +++ b/configure.ac @@ -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