diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d2f5eee5c23..e4dc902f6e4 100644 --- a/configure.in +++ b/configure.in @@ -2254,7 +2254,8 @@ AC_SUBST(server_scripts) # Some usefull subst AC_SUBST(CC) AC_SUBST(GXX) -AC_SUBST(TOOLS_LIBS) +#Remove TOOLS_LIBS, because this is included in LIBRARIES +#AC_SUBST(TOOLS_LIBS) # Output results AC_OUTPUT(Makefile extra/Makefile mysys/Makefile isam/Makefile \ |