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

Bugfix.

Rev: src/post_modules/GLUT/configure.in:1.8
parent 01edaeae
No related branches found
No related tags found
No related merge requests found
# $Id: configure.in,v 1.7 2001/01/19 22:36:44 grubba Exp $ # $Id: configure.in,v 1.8 2002/03/06 17:53:47 grubba Exp $
AC_INIT(top.c) AC_INIT(top.c)
AC_CONFIG_HEADER(config.h) AC_CONFIG_HEADER(config.h)
...@@ -27,7 +27,7 @@ else ...@@ -27,7 +27,7 @@ else
AC_CHECK_HEADERS(GL/glut.h) AC_CHECK_HEADERS(GL/glut.h)
CPPFLAGS="$CFLAGS $X_CFLAGS" CPPFLAGS="$CPPFLAGS $X_CFLAGS"
LIBS="$X_EXTRA_LIBS $LIBS" LIBS="$X_EXTRA_LIBS $LIBS"
LDFLAGS="$LDFLAGS $X_LIBS $X_PRE_LIBS" LDFLAGS="$LDFLAGS $X_LIBS $X_PRE_LIBS"
AC_CHECK_LIB(X11, XDrawPoint) AC_CHECK_LIB(X11, XDrawPoint)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment