From: Mark Andrews Date: Sun, 27 Feb 2011 13:29:11 +0000 (+0000) Subject: remove space between -L path X-Git-Tag: v9.9.0a1~686 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=a5ee263bea49d05a827a459ed2f891463512e90a;p=thirdparty%2Fbind9.git remove space between -L path --- diff --git a/configure.in b/configure.in index 090e2267bcc..1e01d3826b0 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl esyscmd([sed "s/^/# /" COPYRIGHT])dnl AC_DIVERT_POP()dnl -AC_REVISION($Revision: 1.515 $) +AC_REVISION($Revision: 1.516 $) 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)