You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-cdr/graveman/files/cflags.patch

26 lines
453 B

--- a/configure.in
+++ b/configure.in
@@ -23,7 +23,7 @@
-AC_INIT(configure.in)
+AC_INIT(configure.ac)
AC_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
@@ -283,13 +283,6 @@
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[gettext domain])
-if test "A$enable_debug" = "A"; then
- enable_debug=no
- CFLAGS="-Wall"
-else
- CFLAGS="-Wall -g"
-fi
-
dnl Ecriture des fichiers
AC_OUTPUT([ m4/Makefile
Makefile