[project @ 2004-09-16 22:41:33 by sof]
[ghc-hetmet.git] / configure.ac
index cf21e39..bdccd70 100644 (file)
@@ -735,7 +735,7 @@ AC_ARG_ENABLE([openal],
        GhcLibsWithOpenAL=NO
     fi
   ],
-  [GhcLibsWithOpenAL=yes])
+  [GhcLibsWithOpenAL=YES])
 
 AC_SUBST([GhcLibsWithOpenAL])
 
@@ -1410,13 +1410,4 @@ FPTOOLS_LD_X
 
 FP_EMPTY_STRUCTS
 
-AC_MSG_CHECKING([for SIGPOLL])
-AC_EGREP_CPP(we_have_sigpoll,
-[#include <signal.h>
-#ifdef SIGPOLL
-we_have_sigpoll
-#endif
-], AC_DEFINE([HAVE_SIGPOLL], [1], [Define to 1 if you have the sigpoll() function.]) haveSIGPOLL=yes, haveSIGPOLL=no)
-AC_MSG_RESULT([$haveSIGPOLL])
-
 AC_OUTPUT(mk/config.mk, echo timestamp > mk/stamp-h )