From 7dadc86caf69159d2848dce8c60595dacefd74c9 Mon Sep 17 00:00:00 2001 From: crs Date: Sun, 1 Sep 2002 16:43:47 +0000 Subject: [PATCH] fixed language setting to be compatible with older autoconf's. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index f32f01d0..803baa55 100644 --- a/configure.in +++ b/configure.in @@ -35,7 +35,7 @@ dnl checks for libraries ACX_PTHREAD(,AC_MSG_ERROR(You must have pthreads to compile synergy)) dnl do checks using C++ -AC_LANG(C++) +AC_LANG_CPLUSPLUS dnl checks for header files AC_HEADER_STDC