Lines 602-608
Link Here
|
602 |
echo "DEBUG: GLUT_CFLAGS = $GLUT_CFLAGS" >&5 |
602 |
echo "DEBUG: GLUT_CFLAGS = $GLUT_CFLAGS" >&5 |
603 |
echo "DEBUG: GLUT_LIBS = $GLUT_LIBS" >&5 |
603 |
echo "DEBUG: GLUT_LIBS = $GLUT_LIBS" >&5 |
604 |
|
604 |
|
605 |
AC_CHECK_HEADERS([gl.h glu.h glut.h glaux.h GL/gl.h GL/glu.h GL/glut.h GL/glaux.h OpenGL/gl.h OpenGL/glu.h OpenGL/glut.h OpenGL/glaux.h GLUT/glut.h MesaGL/gl.h MesaGL/glu.h MesaGL/glut.h MesaGL/glaux.h libnotify/notify.h gtk/gtk.h locale.h xlocale.h]) |
605 |
AC_CHECK_HEADERS([gl.h glu.h glut.h glaux.h GL/gl.h GL/glu.h GL/glut.h GL/glaux.h OpenGL/gl.h OpenGL/glu.h OpenGL/glut.h OpenGL/glaux.h GLUT/glut.h MesaGL/gl.h MesaGL/glu.h MesaGL/glut.h MesaGL/glaux.h libnotify/notify.h gtk/gtk.h locale.h]) |
606 |
|
606 |
|
607 |
AC_CHECK_LIB([jpeg], [jpeg_start_compress],[have_jpeg=1],[have_jpeg=0]) |
607 |
AC_CHECK_LIB([jpeg], [jpeg_start_compress],[have_jpeg=1],[have_jpeg=0]) |
608 |
AC_CHECK_HEADER([jpeglib.h],[have_jpeg=1],[have_jpeg=0]) |
608 |
AC_CHECK_HEADER([jpeglib.h],[have_jpeg=1],[have_jpeg=0]) |
Lines 986-994
Link Here
|
986 |
#ifdef HAVE_LOCALE_H |
986 |
#ifdef HAVE_LOCALE_H |
987 |
#include <locale.h> |
987 |
#include <locale.h> |
988 |
#endif |
988 |
#endif |
989 |
#ifdef HAVE_XLOCALE_H |
|
|
990 |
#include <xlocale.h> |
991 |
#endif |
992 |
]]) |
989 |
]]) |
993 |
|
990 |
|
994 |
dnl Checks for typedefs, structures, and compiler characteristics. |
991 |
dnl Checks for typedefs, structures, and compiler characteristics. |