diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-15 23:05:49 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-15 23:05:49 +0000 |
commit | 4d589ce91d27251d4e141e2da57d7ac1ecf93efa (patch) | |
tree | d7e4dcbfcfe6037803d4528c0cd7ca6971e06aca | |
parent | 050d56365d6679e3d9c9c25a48039350e9aa485c (diff) |
fixed that CC thing tooBRANCH-BUILD1-20011216-DEEPFREEZE
Original commit message from CVS:
fixed that CC thing too
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 17eb885d1..6debc8bcd 100644 --- a/configure.ac +++ b/configure.ac @@ -44,8 +44,8 @@ AM_MAINTAINER_MODE AC_PROG_CC AM_PROG_CC_STDC -dnl you need automake 1.5 for AM_PROG_AS to work ! AM_PROG_AS +AS="${CC}" AC_PROG_CXX AC_PROG_CXXCPP AC_ISC_POSIX |