aboutsummaryrefslogtreecommitdiff
path: root/deskutils/remind/files/extra-patch-configure.ac
blob: 826ae75fd27d5fb20420d60ac084d577e406e99e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- configure.ac.orig	2022-10-13 14:15:40 UTC
+++ configure.ac
@@ -51,7 +51,6 @@ if test "$GCC" = yes; then
             AC_MSG_CHECKING([whether $CC supports $f])
             if $CC -E $f /dev/null > /dev/null 2>&1 ; then
                 AC_MSG_RESULT([yes])
-                CFLAGS="$CFLAGS $f"
             else
                 AC_MSG_RESULT([no])
             fi