summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Salvestrini <salvestrini@users.sourceforge.net>2009-04-19 13:36:05 +0200
committerPeter Simons <simons@cryp.to>2009-04-19 13:36:05 +0200
commita42f5f53dcdf383601c741e961682e07f632f97a (patch)
tree31938ff305a69db2c4f29497dab82ae251db49ce
parent7b263b6dbd498afc776f414e27557832663a967e (diff)
downloadautoconf-archive-a42f5f53dcdf383601c741e961682e07f632f97a.tar.gz
AX_GCC_VERSION: bugfix
-rw-r--r--ax_gcc_version.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/ax_gcc_version.m4 b/ax_gcc_version.m4
index cf02634..bc94961 100644
--- a/ax_gcc_version.m4
+++ b/ax_gcc_version.m4
@@ -13,11 +13,11 @@
#
# LAST MODIFICATION
#
-# 2008-04-12
+# 2009-04-19
#
# COPYLEFT
#
-# Copyright (c) 2008 Francesco Salvestrini <salvestrini@users.sourceforge.net>
+# Copyright (c) 2009 Francesco Salvestrini <salvestrini@users.sourceforge.net>
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
@@ -53,7 +53,7 @@ AC_DEFUN([AX_GCC_VERSION], [
ax_gcc_version_option=no
])
AS_IF([test "x$GCC" = "xyes"],[
- AS_IF([test "x$ax_gcc_version_option" != "no"],[
+ AS_IF([test "x$ax_gcc_version_option" != "xno"],[
AC_CACHE_CHECK([gcc version],[ax_cv_gcc_version],[
ax_cv_gcc_version="`$CC -dumpversion`"
AS_IF([test "x$ax_cv_gcc_version" = "x"],[