diff options
author | taw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1> | 2008-08-13 14:49:47 +0000 |
---|---|---|
committer | taw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1> | 2008-08-13 14:49:47 +0000 |
commit | 95c1571a1e624def99baf0fc16d7b740345ad6b6 (patch) | |
tree | a248a36b9cdfc22144e7151100a7fe964a3a456b | |
parent | b6b097dbefeb213f7171d1199bf2c11842706e73 (diff) |
Fix configure script weirdness
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@290 bf6ca9ba-c028-0410-8290-897cf20841d1
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 832498b..2571b17 100644 --- a/configure.ac +++ b/configure.ac @@ -68,7 +68,7 @@ AM_PATH_GTKGLEXT_1_0(1.0.0,[echo "$GTKGLEXT_LIBS"],AC_MSG_ERROR([ *** gtkglext is required to build dtr; please make sure you have the *** gtkglext development headers installed.])) -AC_CHECK_LIB(GLEW, main, [GLEW_LIBS=-lGLEW; GLEW], AC_MSG_ERROR([ +AC_CHECK_LIB(GLEW, main, [GLEW_LIBS=-lGLEW], AC_MSG_ERROR([ *** GLEW not found. Do you have 'libglew-dev' or similar installed?])) AC_MSG_CHECKING([Cairo version 1.2.0]) |