]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Find libevent on mac port.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 6 Sep 2007 09:00:46 +0000 (09:00 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 6 Sep 2007 09:00:46 +0000 (09:00 +0000)
git-svn-id: file:///svn/unbound/trunk@602 be551aaa-1e26-0410-a405-d3ace91eadb9

configure.ac
doc/Changelog

index 08fa672bc4f976c04297f312fe9a2d9e0a2a3804..6d309b4a564822111e02a8e10036320fa0d586a6 100644 (file)
@@ -359,14 +359,14 @@ CHECK_YYUNPUT
 # Checks for libraries.
 AC_ARG_WITH(ssl, AC_HELP_STRING([--with-ssl=pathname],
                                     [enable SSL (will check /usr/local/ssl
-                            /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr/sfw /usr)]),[
+                            /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr/sfw /usr /opt/local)]),[
         ],[
             withval="yes"
         ])
     if test x_$withval != x_no; then
         AC_MSG_CHECKING(for SSL)
         if test x_$withval = x_ -o x_$withval = x_yes; then
-            withval="/usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr/sfw /usr"
+            withval="/usr/local/ssl /usr/lib/ssl /usr/ssl /usr/pkg /usr/local /usr/sfw /usr /opt/local"
         fi
         for dir in $withval; do
             ssldir="$dir"
@@ -434,12 +434,12 @@ fi
 AC_CHECK_LIB(rt, clock_gettime)
 # check for libevent
 AC_ARG_WITH(libevent, AC_HELP_STRING([--with-libevent=pathname],
-    [set path to libevent  (will check /usr/local /usr/lib /usr/pkg /usr/sfw /usr)]),
+    [set path to libevent  (will check /usr/local /usr/lib /usr/pkg /usr/sfw /usr /opt/local)]),
     [ ],[ withval="yes" ])
 if test x_$withval != x_no; then
         AC_MSG_CHECKING(for libevent)
         if test x_$withval = x_ -o x_$withval = x_yes; then
-            withval="/usr/local /usr/lib /usr/pkg /usr/sfw /usr";
+            withval="/usr/local /usr/lib /usr/pkg /usr/sfw /usr /opt/local";
         fi
         for dir in $withval; do
             thedir="$dir"
index 72bdb1facb08e85044a7615d881d043a675a3498..63b3854d585aefd5b6a1b1399eda4096952df61e 100644 (file)
@@ -1,3 +1,6 @@
+6 September 2007: Wouter
+       - fixup to find libevent on mac port install.
+
 5 September 2007: Wouter
        - cname, name error validator tests.
        - logging of qtype ANY works.