Fix another typo.

This commit is contained in:
Kristian Høgsberg 2006-03-28 21:45:14 +00:00
parent 7df64898ea
commit 52d9ce7f4f
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2006-03-28 Kristian Høgsberg <krh@redhat.com>
* configure.ac: Fix another typo.
* configure.ac:
* GL/glx/Makefile.am: Fix a couple of typos.

View File

@ -579,7 +579,7 @@ AM_CONDITIONAL(AIGLX, test "x$AIGLX" = xyes)
if test "x$GLX_USE_TLS" = xyes -a "x$AIGLX" = xyes; then
GLX_DEFINES="-DGLX_USE_TLS -DPTHREADS"
GLX_LIBS="GLX_LIBS -lpthread"
GLX_LIBS="$GLX_LIBS -lpthread"
fi
AC_SUBST([GLX_DEFINES])