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-i18n/zinnia/files/zinnia-0.06-flags.patch

19 lines
369 B

--- a/configure.in
+++ b/configure.in
@@ -59,15 +59,6 @@
AC_SUBST([pkgconfigdir])
AC_MSG_NOTICE([pkgconfig directory is ${pkgconfigdir}])
-dnl
-dnl check gcc
-dnl
-if test -n "$GCC"; then
- CFLAGS="-O3 -Wall"
- CXXFLAGS="-O3 -Wall"
- AC_MSG_RESULT($ac_cv_x86_sse)
-fi
-
AC_DEFUN(ADD_CC_FLAG, [
AC_MSG_CHECKING(whether ${CC-cc} accepts $1)
AC_LANG_SAVE