From: Reid Spencer Date: Wed, 26 Jul 2006 21:08:09 +0000 (+0000) Subject: Remove an extraneous use of ${ac_exeext}. Patch by Anton Korobeynikov. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5332430643545f55986b1896242220cc1ffdc136;p=oota-llvm.git Remove an extraneous use of ${ac_exeext}. Patch by Anton Korobeynikov. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29306 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/autoconf/m4/build_exeext.m4 b/autoconf/m4/build_exeext.m4 index e44b58b8d99..5ea7d2e6412 100644 --- a/autoconf/m4/build_exeext.m4 +++ b/autoconf/m4/build_exeext.m4 @@ -18,7 +18,7 @@ else fi fi test -z "$BUILD_CC" && AC_MSG_ERROR([no acceptable cc found in \$PATH]) - ac_build_link='${BUILD_CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&AS_MESSAGE_LOG_FD' + ac_build_link='${BUILD_CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&AS_MESSAGE_LOG_FD' rm -f conftest* echo 'int main () { return 0; }' > conftest.$ac_ext ac_cv_build_exeext=