blob: 9511cc7bbc182342d35298fd714d14326a4b1ed4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
--- ogles.orig/configure.ac
+++ ogles/configure.ac
@@ -27,10 +27,11 @@ VINCENT_LT_LDFLAGS="-version-info $VINCE
AC_SUBST(VINCENT_LT_VERSION)
AC_SUBST(VINCENT_LT_LDFLAGS)
AC_PROG_CC
AC_PROG_CPP
+AC_PROG_CXX
AC_PROG_LIBTOOL
#Check pthreads
AC_MSG_CHECKING([for pthread options])
AC_CHECK_LIB(pthread, pthread_join, PTHREAD_LIBS="-lpthread",
|