summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-05-26 21:28:52 +0000
committerUlrich Drepper <drepper@redhat.com>1997-05-26 21:28:52 +0000
commit5b9ac69a65285ae85c87949e062220c04e30b433 (patch)
tree4227c06431d20cc3ac2ad528996572ef3381e7ce
parent654665b7c77594bf7c4209361bcede71e99f7b42 (diff)
Use AC_PROG_CC_LOCAL instead of AC_PROC_CC.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 46b2f853ab..f8abdce1a6 100644
--- a/configure.in
+++ b/configure.in
@@ -356,7 +356,7 @@ fi
AC_PROG_LN_S
AC_CHECK_PROGS(MSGFMT, msgfmt gmsgfmt, :)
-AC_PROG_CC
+AC_PROG_CC_LOCAL
AC_CANONICAL_BUILD
if test $host != $build; then
AC_CHECK_PROGS(BUILD_CC, gcc cc)