aboutsummaryrefslogtreecommitdiff
path: root/deskutils/remind/files/extra-patch-configure.in
blob: bac6c6366f21ddc708d3693d4d049b95990c1124 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- configure.in.orig	2022-10-13 14:15:40 UTC
+++ configure.in
@@ -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