]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove unused DLZ_DRIVER_MYSQL_* build variables
authorMichal Nowak <mnowak@isc.org>
Mon, 23 Nov 2020 14:07:56 +0000 (15:07 +0100)
committerMichał Kępień <michal@isc.org>
Tue, 24 Nov 2020 13:51:51 +0000 (14:51 +0100)
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.

configure.ac

index 4e5332750e02dac2e0e3f52963a4286068f206bd..9d6f57a9ee7d0853cec6979c7e1af12f061b8bd8 100644 (file)
@@ -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