summaryrefslogtreecommitdiffstats
path: root/aclocal/prog-cc.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-21 18:36:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-21 18:36:51 +0000
commit8e541868226dadff2cb56ce6bc61c3707726729b (patch)
tree597c652f7f328115e14bfc988fc2a8a81ede5955 /aclocal/prog-cc.m4
parent2001-11-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-8e541868226dadff2cb56ce6bc61c3707726729b.tar.bz2
2001-11-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/bsp-alias.m4: Remove score603e_g1. * aclocal/check-bsps.m4: Remove score603e_g1. * aclocal/prog-cc.m4: Apply m4_if.
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