summaryrefslogtreecommitdiff
blob: 23fa6edd76b493ff2dde343a89d6bad7f36626ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: iscan-2.21.0/configure.ac
===================================================================
--- iscan-2.21.0.orig/configure.ac
+++ iscan-2.21.0/configure.ac
@@ -68,7 +68,7 @@ AC_PROG_CXX
 #  to be larger than that for the gcc-3.[23] packages (as long as both
 #  are distributed) for smooth upgrade paths.
 
-if test x"$CXX" = xg++; then
+if test "$GXX" = "yes"; then
     AC_MSG_CHECKING([C++ ABI version])
     CXX_ABI="`$CXX -E -dM - < /dev/null | $AWK '/GXX_ABI/ { print $3 }'`"
     AC_MSG_RESULT([$CXX_ABI])