diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2012-07-02 10:59:47 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomasz@isc.org> | 2012-07-02 10:59:47 +0200 |
commit | 5fe45d0791f732ffefc545c577a1b190d9ca5abb (patch) | |
tree | eaf9ae0781031c1ad9f03147ebaf608a6466411e /configure.ac | |
parent | f518b958d14144c63cbd120c9f29536a0abcba77 (diff) | |
download | isc-dhcp-5fe45d0791f732ffefc545c577a1b190d9ca5abb.tar.gz |
[rt25901_atf] autotool files regenerated
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a21a7d32..7c94ef57 100644 --- a/configure.ac +++ b/configure.ac @@ -203,7 +203,8 @@ if test "$atf_path" != "no" ; then fi AM_CONDITIONAL(HAVE_ATF, test "$atf_pcp" != "") -AM_COND_IF([HAVE_ATF], [AC_DEFINE([HAVE_ATF], [1], [ATF framework specified?])]) +### Uncomment this once docs.lab.isc.org upgrades to automake 1.11 +### AM_COND_IF([HAVE_ATF], [AC_DEFINE([HAVE_ATF], [1], [ATF framework specified?])]) ### ### Path fun. Older versions of DHCP were installed in /usr/sbin, so we @@ -658,7 +659,6 @@ if test "$enable_atf" != "no" then echo "ATF_CFLAGS : $ATF_CFLAGS" >> config.report echo "ATF_LDFLAGS : $ATF_LDFLAGS" >> config.report -echo "ATF_LIBS : $ATF_LIBS" >> config.report echo fi |