]> git.saurik.com Git - wxWidgets.git/commitdiff
fix messages for OpenGL headers detection
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 4 Nov 2006 20:13:26 +0000 (20:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 4 Nov 2006 20:13:26 +0000 (20:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index 513833470d752e6c57180e4d54087b8926862662..0b21d5d0349e890aa9e90dc437ad1592e325f0b3 100755 (executable)
--- a/configure
+++ b/configure
@@ -33531,6 +33531,8 @@ if test "$wxUSE_OPENGL" = "yes"; then
     elif test "$wxUSE_MSW" = 1; then
         OPENGL_LIBS="-lopengl32 -lglu32"
     else
     elif test "$wxUSE_MSW" = 1; then
         OPENGL_LIBS="-lopengl32 -lglu32"
     else
+                        echo "$as_me:$LINENO: checking for OpenGL headers" >&5
+echo $ECHO_N "checking for OpenGL headers... $ECHO_C" >&6
 
 ac_find_includes=
 for ac_dir in $SEARCH_INCLUDE /opt/graphics/OpenGL/include /usr/include;
 
 ac_find_includes=
 for ac_dir in $SEARCH_INCLUDE /opt/graphics/OpenGL/include /usr/include;
@@ -33558,6 +33560,9 @@ echo "${ECHO_T}found in $ac_find_includes" >&6
   fi
 
             CPPFLAGS="$ac_path_to_include $CPPFLAGS"
   fi
 
             CPPFLAGS="$ac_path_to_include $CPPFLAGS"
+        else
+            echo "$as_me:$LINENO: result: not found" >&5
+echo "${ECHO_T}not found" >&6
         fi
 
         if test "${ac_cv_header_GL_gl_h+set}" = set; then
         fi
 
         if test "${ac_cv_header_GL_gl_h+set}" = set; then
index f6bc21e2d3caa89d25c1e42bed78f46ea30b99a7..fc5c4281a0c19de0b7687f2d93cba6bba1cc227a 100644 (file)
@@ -3877,11 +3877,14 @@ if test "$wxUSE_OPENGL" = "yes"; then
     else
         dnl adjust CPPFLAGS to include GL/gl.h location if necessary
         dnl (/opt/graphics/OpenGL is for HP-UX systems, bug 925307)
     else
         dnl adjust CPPFLAGS to include GL/gl.h location if necessary
         dnl (/opt/graphics/OpenGL is for HP-UX systems, bug 925307)
+        AC_MSG_CHECKING([for OpenGL headers])
         WX_PATH_FIND_INCLUDES([$SEARCH_INCLUDE /opt/graphics/OpenGL/include], GL/gl.h)
         if test "$ac_find_includes" != "" ; then
             AC_MSG_RESULT(found in $ac_find_includes)
             WX_INCLUDE_PATH_EXIST($ac_find_includes, $CPPFLAGS)
             CPPFLAGS="$ac_path_to_include $CPPFLAGS"
         WX_PATH_FIND_INCLUDES([$SEARCH_INCLUDE /opt/graphics/OpenGL/include], GL/gl.h)
         if test "$ac_find_includes" != "" ; then
             AC_MSG_RESULT(found in $ac_find_includes)
             WX_INCLUDE_PATH_EXIST($ac_find_includes, $CPPFLAGS)
             CPPFLAGS="$ac_path_to_include $CPPFLAGS"
+        else
+            AC_MSG_RESULT([not found])
         fi
 
         AC_CHECK_HEADER(GL/gl.h, [
         fi
 
         AC_CHECK_HEADER(GL/gl.h, [