summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-05-17 10:38:37 +0200
committerSimon Josefsson <simon@josefsson.org>2009-05-17 10:38:37 +0200
commit4f155e7109699fdf98683549e48142f018f6546e (patch)
treec504369209d9d8814f75e0bc9e395e71a9f81b23 /lib
parent4ed17272e4b6f6901cb65f46436a6adddea9f13c (diff)
downloadgnutls-4f155e7109699fdf98683549e48142f018f6546e.tar.gz
Need to run AC_PROG_CXX unconditionally.
Diffstat (limited to 'lib')
-rw-r--r--lib/configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/configure.ac b/lib/configure.ac
index b933835837..a8616f86a1 100644
--- a/lib/configure.ac
+++ b/lib/configure.ac
@@ -88,10 +88,8 @@ AC_SUBST(LIBGNUTLS_CFLAGS)
# Finish things from ../configure.ac.
AC_SUBST([WARN_CFLAGS])
+AC_PROG_CXX
AM_CONDITIONAL(ENABLE_CXX, test "$use_cxx" != "no")
-if test "$use_cxx" != "no"; then
- AC_PROG_CXX
-fi
AC_CONFIG_FILES([
Makefile