]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
regenerate
authorTinderbox User <tbox@isc.org>
Thu, 24 Jan 2013 22:54:01 +0000 (22:54 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 24 Jan 2013 22:54:01 +0000 (22:54 +0000)
configure

index e3d5874447cc8b2b7e30fe8f085b8ecfbe8639b2..f177114502031eac68c46f843e76ef064e043229 100755 (executable)
--- a/configure
+++ b/configure
@@ -1431,7 +1431,7 @@ LIBISC_API
 LIBISCCC_API
 LIBISCCFG_API
 LIBDNS_API
-LIBDNS_FASTAPI
+LIBDNS_MAPAPI
 LIBBIND9_API
 LIBLWRES_API
 LIBIRS_API
@@ -13308,20 +13308,18 @@ $as_echo_n "checking for static inline breakage... " >&6; }
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 
-int
-main ()
-{
-
-               foo1();
-       }
-
        static inline int foo1() {
                return 0;
        }
 
        static inline int foo2() {
                return foo1();
+       }
 
+int
+main ()
+{
+foo1();
   ;
   return 0;
 }
@@ -19537,7 +19535,7 @@ LIBISCCFG_API=$srcdir/lib/isccfg/api
 LIBDNS_API=$srcdir/lib/dns/api
 
 
-LIBDNS_FASTAPI=$srcdir/lib/dns/fastapi
+LIBDNS_MAPAPI=$srcdir/lib/dns/mapapi
 
 
 LIBBIND9_API=$srcdir/lib/bind9/api