Skip to content
Snippets Groups Projects
Commit de28c703 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Bugfix.

Rev: src/post_modules/GL/configure.in:1.7
parent b4a537f9
No related branches found
No related tags found
No related merge requests found
# $Id: configure.in,v 1.6 1999/11/07 01:43:31 per fake $
# $Id: configure.in,v 1.7 1999/11/08 21:39:13 grubba Exp $
AC_INIT(top.c)
AC_CONFIG_HEADER(config.h)
......@@ -19,6 +19,11 @@ AC_ARG_WITH(lib-MesaGL, [ --with-lib-MesaGL use '-lMesaGL'])
AC_CHECK_HEADERS(windef.h wingdi.h GL/gl.h GL/glx.h)
if test "x$ac_cv_header_windef_h$ac_cv_wingdi.h$ac_cv_header_GL_gl.h$ac_cv_header_GL_glx.h" = "xnononono"; then
# Solaris 7 comes with libGL, but without the headerfiles by default.
:
else
AC_CHECK_LIB(X11,XDrawPoint)
AC_CHECK_LIB(Xext,XShmPutImage)
......@@ -97,5 +102,7 @@ AUTO_OBJS="auto.o"
fi
fi
AC_SUBST(AUTO_OBJS)
AC_OUTPUT(Makefile,echo FOO >stamp-h )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment