mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
correction for compiling on Linux Suse 7.2
This commit is contained in:
parent
be36a5c916
commit
5ff1498c1e
1 changed files with 5 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue