mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 04:22:34 +03:00
* configure.ac: Using MC_ARG_ENABLE_DEVELOPER_MODE instead of
the --maintainer-mode.
This commit is contained in:
parent
26c8b13218
commit
4a96e50b13
@ -1,6 +1,8 @@
|
||||
2005-04-22 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
* acinclude.m4: Added macro MC_ARG_ENABLE_DEVELOPER_MODE.
|
||||
* configure.ac: Using MC_ARG_ENABLE_DEVELOPER_MODE instead of
|
||||
the --maintainer-mode.
|
||||
|
||||
2005-04-17 Leonard den Ottolander <leonard * den ottolander nl>
|
||||
|
||||
|
12
configure.ac
12
configure.ac
@ -553,17 +553,7 @@ if test "$GLIBC21" != yes; then
|
||||
AC_DEFINE(USE_INCLUDED_REGEX, 1, [Use the regex included here])
|
||||
fi
|
||||
|
||||
if test x"$USE_MAINTAINER_MODE" = x"yes"; then
|
||||
if test x"${enable_gcc_warnings+set}" != x"set"; then
|
||||
if test x"${GCC}" = x"yes"; then
|
||||
CFLAGS="-Wall $CFLAGS"
|
||||
fi
|
||||
fi
|
||||
else
|
||||
CPPFLAGS="-DNDEBUG ${CPPFLAGS}"
|
||||
fi
|
||||
|
||||
ri_GCC_WARNINGS
|
||||
MC_ARG_ENABLE_DEVELOPER_MODE()
|
||||
|
||||
AC_SUBST(CFLAGS)
|
||||
AC_SUBST(CPPFLAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user