summaryrefslogtreecommitdiffstats
path: root/aclocal/prog-cc.m4
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--aclocal/prog-cc.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/prog-cc.m4 b/aclocal/prog-cc.m4
index 868c411b21..4b6d70f071 100644
--- a/aclocal/prog-cc.m4
+++ b/aclocal/prog-cc.m4
@@ -40,7 +40,7 @@ test "$rtems_cv_gcc_pipe" = "yes" && CC="$CC --pipe"
if test "$GCC" = yes; then
]
-ifelse([$1],,[],[CPPFLAGS="$CPPFLAGS $1"])
+m4_if([$1],,[],[CPPFLAGS="$CPPFLAGS $1"])
[
CFLAGS="-g -Wall"
fi