From: curt Date: Tue, 5 Aug 2003 14:49:01 +0000 (+0000) Subject: Changed "GL/glut.h" to X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7b5997e9dcbfc4c8dfd09c1d5c3cfc761fb4eac8;p=flightgear.git Changed "GL/glut.h" to --- diff --git a/configure.ac b/configure.ac index ac7e76946..d202423b4 100644 --- a/configure.ac +++ b/configure.ac @@ -242,7 +242,7 @@ 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], , [Define as glut.h include location]) else AC_CHECK_HEADER(GLUT/glut.h) if test "x$ac_cv_header_GLUT_glut_h" = "xyes"; then