]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove space between -L path
authorMark Andrews <marka@isc.org>
Sun, 27 Feb 2011 13:24:37 +0000 (13:24 +0000)
committerMark Andrews <marka@isc.org>
Sun, 27 Feb 2011 13:24:37 +0000 (13:24 +0000)
configure.in

index 25244fb034ec42a06ee9dde5c2785077f01907de..d48a57fba068557638b0ad5cc6663a2adbe77ecb 100644 (file)
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
 esyscmd([sed "s/^/# /" COPYRIGHT])dnl
 AC_DIVERT_POP()dnl
 
-AC_REVISION($Revision: 1.512.8.3 $)
+AC_REVISION($Revision: 1.512.8.4 $)
 
 AC_INIT(lib/dns/name.c)
 AC_PREREQ(2.59)
@@ -3054,7 +3054,7 @@ if test "$atf" != no; then
        AC_DEFINE(ATF_TEST, 1, [define if ATF unit tests are to be built.])
        STD_CINCLUDES="$STD_CINCLUDES -I$atf/include"
        ATFBIN="$atf/bin"
-       ATFLIBS="-L $atf/lib -latf-c"
+       ATFLIBS="-L$atf/lib -latf-c"
        UNITTESTS=tests
 fi
 AC_SUBST(ATFBIN)