fixed language setting to be compatible with older autoconf's.
This commit is contained in:
parent
3295705f97
commit
7dadc86caf
|
@ -35,7 +35,7 @@ dnl checks for libraries
|
||||||
ACX_PTHREAD(,AC_MSG_ERROR(You must have pthreads to compile synergy))
|
ACX_PTHREAD(,AC_MSG_ERROR(You must have pthreads to compile synergy))
|
||||||
|
|
||||||
dnl do checks using C++
|
dnl do checks using C++
|
||||||
AC_LANG(C++)
|
AC_LANG_CPLUSPLUS
|
||||||
|
|
||||||
dnl checks for header files
|
dnl checks for header files
|
||||||
AC_HEADER_STDC
|
AC_HEADER_STDC
|
||||||
|
|
Loading…
Reference in New Issue