summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwayne Litzenberger <dlitz@dlitz.net>2013-05-05 01:40:59 -0700
committerDwayne Litzenberger <dlitz@dlitz.net>2013-05-05 01:40:59 -0700
commit1a19b607881311e7a30bbedab2bb49fa45019250 (patch)
tree1af2dd6c6518da1263a8ddb305691f0f468dc338
parent8b8f1eb94d4f4cb36654e8b634bad4fdc60ac567 (diff)
downloadpycrypto-1a19b607881311e7a30bbedab2bb49fa45019250.tar.gz
Re-generate configure script
-rwxr-xr-xconfigure35
1 files changed, 21 insertions, 14 deletions
diff --git a/configure b/configure
index 02dfadc..d9e2953 100755
--- a/configure
+++ b/configure
@@ -4372,13 +4372,15 @@ else
:
fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts -maes" >&5
+$as_echo_n "checking whether C compiler accepts -maes... " >&6; }
+if ${ax_cv_check_cflags___maes+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
-# Checks for compiler flags.
-old_CFLAGS="$CFLAGS"
-CFLAGS=-maes
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether CC supports -maes" >&5
-$as_echo_n "checking whether CC supports -maes... " >&6; }
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ ax_check_save_flags=$CFLAGS
+ CFLAGS="$CFLAGS -maes"
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
int
@@ -4390,21 +4392,26 @@ main ()
}
_ACEOF
if ac_fn_c_try_compile "$LINENO"; then :
+ ax_cv_check_cflags___maes=yes
+else
+ ax_cv_check_cflags___maes=no
+fi
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
+ CFLAGS=$ax_check_save_flags
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_check_cflags___maes" >&5
+$as_echo "$ax_cv_check_cflags___maes" >&6; }
+if test x"$ax_cv_check_cflags___maes" = xyes; then :
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
+ have_maes=yes
$as_echo "#define HAVE_MAES 1" >>confdefs.h
- have_maes=yes
else
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
-$as_echo "no" >&6; }
-
+ :
fi
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-CFLAGS="$old_cflags"
+
# Checks for libraries.