Line 0
Link Here
|
|
|
1 |
--- configure.ac.orig 2015-01-25 12:10:35 UTC |
2 |
+++ configure.ac |
3 |
@@ -87,7 +87,7 @@ AC_PROG_INSTALL |
4 |
AC_PROG_LN_S |
5 |
|
6 |
# TODO: check whether CXX is functional |
7 |
-AC_CHECK_PROG([cf_with_cxx], ["${CXX}"], [yes], [no]) |
8 |
+AC_PATH_PROG([cf_with_cxx], ["${CXX}"], [yes], [no]) |
9 |
|
10 |
AM_CONDITIONAL([ENABLE_CXX], [test x"${cf_with_cxx}" = "xyes"]) |
11 |
|