X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=configure.in;fp=configure.in;h=a352eb79cd3b5e962d9b27afe55f699eaba31386;hb=3a4a7f9092deeacfcfd2448e5cd44afd707376b1;hp=805f4b583b093df83580fb6af6fd4041c85b7d9e;hpb=0525a90d12f0c773dd056b367816d02d17e19c99;p=catagits%2Ffcgi2.git diff --git a/configure.in b/configure.in index 805f4b5..a352eb7 100755 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.19 2001/11/27 12:58:09 robs Exp $ +dnl $Id: configure.in,v 1.20 2001/11/27 16:27:13 robs Exp $ dnl dnl This file is an input file used by the GNU "autoconf" program to dnl generate the file "configure", which is run during the build @@ -18,12 +18,12 @@ AC_PROG_CXX dnl autoconf defaults CXX to 'g++', so its unclear whether it exists/works AC_MSG_CHECKING([whether $CXX works]) -AC_LANG_CPLUSPLUS +AC_LANG([C++]) AC_TRY_COMPILE([#include ], [istream is(NULL);], [CXX_WORKS=1] [AC_MSG_RESULT(yes)], [AC_MSG_RESULT(no)]) -AC_LANG_C +AC_LANG([C]) if test -n "${CXX_WORKS}"; then LIBFCGIXX=libfcgi++.la