Add the C++ API to the lib.
[catagits/fcgi2.git] / configure.in
index ff3bcff..60f762e 100755 (executable)
@@ -1,4 +1,4 @@
-dnl     $Id: configure.in,v 1.15 2001/10/04 10:14:37 skimo Exp $
+dnl     $Id: configure.in,v 1.16 2001/11/20 02:30:23 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
@@ -14,6 +14,8 @@ AC_PROG_CPP
 AC_PROG_INSTALL 
 AC_PROG_LIBTOOL
 
+AC_PROG_CXX
+
 AC_CHECK_LIB([nsl],       [main]) ac_cv_lib_nsl=ac_cv_lib_nsl_main
 AC_CHECK_LIB([resolv],    [main]) ac_cv_lib_resolv=ac_cv_lib_resolv_main
 AC_CHECK_LIB([socket],           [main]) ac_cv_lib_socket=ac_cv_lib_socket_main