From: Michal Nowak Date: Mon, 23 Nov 2020 14:07:56 +0000 (+0100) Subject: Remove unused DLZ_DRIVER_MYSQL_* build variables X-Git-Tag: v9.17.8~31^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef18d9251e6f82f0ad3196ad7295594280f50afd;p=thirdparty%2Fbind9.git Remove unused DLZ_DRIVER_MYSQL_* build variables The DLZ_DRIVER_MYSQL_INCLUDES and DLZ_DRIVER_MYSQL_LIBS build variables are not used anywhere. Remove their definitions and the associated AC_SUBST() calls. --- diff --git a/configure.ac b/configure.ac index 4e5332750e0..9d6f57a9ee7 100644 --- a/configure.ac +++ b/configure.ac @@ -1456,8 +1456,6 @@ DLZ_DRIVER_LIBS="" DLZ_DRIVER_SRCS="" DLZ_DRIVER_OBJS="" DLZ_SYSTEM_TEST="" -DLZ_DRIVER_MYSQL_INCLUDES="" -DLZ_DRIVER_MYSQL_LIBS="" # # @@ -1560,8 +1558,6 @@ AS_IF([test "$enable_dnsrps" != "no"],[ # AC_SUBST(DLZ_DRIVER_SRCS) # AC_SUBST(DLZ_DRIVER_OBJS) # AC_SUBST(DLZ_SYSTEM_TEST) -# AC_SUBST(DLZ_DRIVER_MYSQL_INCLUDES) -# AC_SUBST(DLZ_DRIVER_MYSQL_LIBS) # AC_SUBST_FILE(DLZ_DRIVER_RULES) # this ensures the configure summary report comes out right test -z "$with_dlz_bdb" && with_dlz_bdb=no