correction for compiling on Linux Suse 7.2

This commit is contained in:
unknown 2003-01-22 20:51:51 +04:00
parent be36a5c916
commit 5ff1498c1e

View file

@ -2461,16 +2461,19 @@ AC_SUBST(GXX)
if test "$compile_readline" = "yes"
then
AC_OUTPUT(cmd-line-utils/Makefile)
AC_OUTPUT(cmd-line-utils/readline/Makefile)
fi
if test "$compile_libedit" = "yes"
then
AC_OUTPUT(cmd-line-utils/Makefile)
AC_OUTPUT(cmd-line-utils/libedit/Makefile)
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 \
strings/Makefile regex/Makefile heap/Makefile \
bdb/Makefile \