]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Updated to version 2.
authorWouter Wijngaards <wouter@NLnetLabs.nl>
Mon, 6 Jul 2009 12:15:27 +0000 (12:15 +0000)
committerWouter Wijngaards <wouter@NLnetLabs.nl>
Mon, 6 Jul 2009 12:15:27 +0000 (12:15 +0000)
acx_nlnetlabs.m4

index e83f0809578c3413367cb44fefd119f390cb030f..3baa9d3bf137bf537c41e69c27e9c393a0505975 100644 (file)
@@ -2,8 +2,10 @@
 # Copyright 2009, Wouter Wijngaards, NLnet Labs.   
 # BSD licensed.
 #
-# Version 1
-# 2009-04-23
+# Version 2
+# 2009-07-03
+# Changelog
+# - fixup LDFLAGS for empty ssl dir.
 #
 # Automates some of the checking constructs.  Aims at portability for POSIX.
 # Documentation for functions is below.
@@ -592,7 +594,7 @@ AC_ARG_WITH(ssl, AC_HELP_STRING([--with-ssl=pathname],
             AC_MSG_RESULT(found in $ssldir)
             HAVE_SSL=yes
            dnl assume /usr is already in the lib and dynlib paths.
-           if test "$ssldir" != "/usr"; then
+           if test "$ssldir" != "/usr" -a "$ssldir" != ""; then
                 LDFLAGS="$LDFLAGS -L$ssldir/lib"
                ACX_RUNTIME_PATH_ADD([$ssldir/lib])
            fi