aboutsummaryrefslogtreecommitdiff
path: root/libchill/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'libchill/configure.in')
-rw-r--r--libchill/configure.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/libchill/configure.in b/libchill/configure.in
index ff5e62b3202..b9c6a5339ab 100644
--- a/libchill/configure.in
+++ b/libchill/configure.in
@@ -35,11 +35,6 @@ dnl This is needed for a multilibbed build in the source tree so
dnl that install-sh and config.sub get found.
AC_CONFIG_AUX_DIR($topsrcdir)
-# We have to handle 3 cases -- native, cross and canadian cross -- and
-# the extension returned from this macro needs to be treated as a possible
-# scenario and not the only one.
-AC_EXEEXT
-
# If the language specific compiler does not exist, but the "gcc" directory
# does, we do not build anything. Note, $r is set by the top-level Makefile.
# Note that when we look for the compiler, we search both with and without
@@ -52,7 +47,7 @@ AC_CACHE_VAL(chill_cv_compiler_exists,
if test -n "$r"; then
if test -d "$r"/gcc; then
if test -f "$r"/gcc/$compiler_name \
- || test -f "$r"/gcc/$compiler_name$EXEEXT; then
+ || test -f "$r"/gcc/$compiler_name.exe; then
true
else
chill_cv_compiler_exists=no