diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 0fbb214..e481a1d 100644 --- a/configure.in +++ b/configure.in @@ -24,8 +24,7 @@ if test x$no_gl = xyes; then AC_MSG_ERROR([OpenGL Utility Library not found]) fi -#CFLAGS="$CFLAGS $GL_CFLAGS $GLU_CFLAGS" -#LIBS="$LIBS $GL_LIBS $GLU_LIBS" +AC_CHECK_LIB(neofx, MatrixMul, , AC_MSG_ERROR([NeoFX Library not found])) # Checks for header files. AC_HEADER_STDC |