r11079 - libprelude/trunk
| Newsgroups | gmane.comp.security.ids.prelude.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: yoann
Date: 2008-11-04 14:42:27 +0100 (Tue, 04 Nov 2008)
New Revision: 11079
Modified:
libprelude/trunk/configure.in
Log:
Fix error with recent autotools version.
Modified: libprelude/trunk/configure.in
===================================================================
--- libprelude/trunk/configure.in 2008-10-27 16:31:53 UTC (rev 11078)
+++ libprelude/trunk/configure.in 2008-11-04 13:42:27 UTC (rev 11079)
@@ -41,6 +41,7 @@
dnl **********************************************************
AC_PROG_CC
+AC_PROG_CXX
AC_PROG_INSTALL
AC_PROG_MAKE_SET
AM_PROG_LEX
@@ -609,7 +610,6 @@
AM_CONDITIONAL(HAVE_EASY_BINDINGS, test x$enable_easy_bindings = xyes)
if test x$enable_easy_bindings = xyes; then
- AC_PROG_CXX()
AC_CHECK_PROG(HAVE_CXX, $CXX, yes, no)
if test x$HAVE_CXX != xyes; then
AC_MSG_ERROR([Easybindings require a C++ compiler, but none were found.])
_______________________________________________
Prelude-cvslog site list
[email protected]
http://lists.prelude-ids.org/mailman/listinfo/prelude-cvslog