mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
correction for compiling on Linux Suse 7.2
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user