diff options
author | ross <unknown> | 2004-11-23 12:35:19 +0000 |
---|---|---|
committer | ross <unknown> | 2004-11-23 12:35:19 +0000 |
commit | 46237e9cb6d7d71f2097445fbe60fa2d295b2b1e (patch) | |
tree | 178441dd1eccb42c7d1e74540833ff2fd964187c /configure.ac | |
parent | 547c57b7394489a627f1433fda160b180b5214b4 (diff) | |
download | haskell-46237e9cb6d7d71f2097445fbe60fa2d295b2b1e.tar.gz |
[project @ 2004-11-23 12:35:06 by ross]
Make the X11 and HGL packages more independent, and pass configuration
parameters to package.conf.in via header files.
Also removed residual traces of OpenGL/GLUT/OpenAL from mk/config.mk.in
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac index ba42bb427a..e95fb9f969 100644 --- a/configure.ac +++ b/configure.ac @@ -1115,16 +1115,6 @@ dnl ** check for math library AC_CHECK_LIB([m], [atan], [LIBS="-lm $LIBS"; LIBM="-lm"], [LIBM=]) AC_SUBST([LIBM]) -dnl ** check for X Window System -AC_PATH_XTRA() - -if test "$no_x" = yes; then - GhcLibsWithX11=NO -else - GhcLibsWithX11=YES -fi -AC_SUBST([GhcLibsWithX11]) - dnl ################################################################ dnl Check for libraries dnl ################################################################ |