fixed language setting to be compatible with older autoconf's.

This commit is contained in:
crs 2002-09-01 16:43:47 +00:00
parent 3295705f97
commit 7dadc86caf
1 changed files with 1 additions and 1 deletions

View File

@ -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