Commit 5ff1498c authored by unknown's avatar unknown

correction for compiling on Linux Suse 7.2

parent be36a5c9
...@@ -2461,16 +2461,19 @@ AC_SUBST(GXX) ...@@ -2461,16 +2461,19 @@ AC_SUBST(GXX)
if test "$compile_readline" = "yes" if test "$compile_readline" = "yes"
then then
AC_OUTPUT(cmd-line-utils/Makefile)
AC_OUTPUT(cmd-line-utils/readline/Makefile) AC_OUTPUT(cmd-line-utils/readline/Makefile)
fi fi
if test "$compile_libedit" = "yes" if test "$compile_libedit" = "yes"
then then
AC_OUTPUT(cmd-line-utils/Makefile)
AC_OUTPUT(cmd-line-utils/libedit/Makefile) AC_OUTPUT(cmd-line-utils/libedit/Makefile)
fi fi
if [test "$compile_libedit" = "yes"] || [test "$compile_readline" = "yes"]
then
AC_OUTPUT(cmd-line-utils/Makefile)
fi
AC_OUTPUT(Makefile extra/Makefile mysys/Makefile isam/Makefile \ AC_OUTPUT(Makefile extra/Makefile mysys/Makefile isam/Makefile \
strings/Makefile regex/Makefile heap/Makefile \ strings/Makefile regex/Makefile heap/Makefile \
bdb/Makefile \ bdb/Makefile \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment