]> git.mxchange.org Git - simgear.git/commitdiff
Changed "GL/glut.h" to <GL/glut.h>
authorcurt <curt>
Tue, 5 Aug 2003 14:45:42 +0000 (14:45 +0000)
committercurt <curt>
Tue, 5 Aug 2003 14:45:42 +0000 (14:45 +0000)
configure.ac

index 80ee682a90509d1a4409130ad6858456b32e7bdc..7ca9d534e9115bcc8e5fe556ebda67f78ac72fd9 100644 (file)
@@ -187,11 +187,11 @@ base_LIBS="$LIBS"
 dnl check for glut location
 AC_CHECK_HEADER(GL/glut.h)
 if test "x$ac_cv_header_GL_glut_h" = "xyes"; then
-    AC_DEFINE([GLUT_H], "GL/glut.h", [Define as glut.h include location])
+    AC_DEFINE([GLUT_H], <GL/glut.h>, [Define as glut.h include location])
 else
     AC_CHECK_HEADER(GLUT/glut.h)
     if test "x$ac_cv_header_GLUT_glut_h" = "xyes"; then
-        AC_DEFINE([GLUT_H], "GLUT/glut.h", [Define as glut.h include location])
+        AC_DEFINE([GLUT_H], <GLUT/glut.h>, [Define as glut.h include location])
     else
         echo "Neither GL/glut.h nor GLUT/glut.h found.  Cannot continue"
         exit