diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/aclocal.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/aclocal.m4 b/src/aclocal.m4 index 1c7d456bb..b2551828f 100644 --- a/src/aclocal.m4 +++ b/src/aclocal.m4 @@ -154,8 +154,8 @@ define(CONFIG_RULES,[ AC_WITH([cc], echo CC=$withval CC=$withval, -echo CC defaults to cc -CC=cc)dnl +if test -z "$CC" ; then CC=cc; fi +echo CC defaults to $CC)dnl AC_SUBST([CC])dnl divert(9)dnl [ |
