[project @ 2003-08-18 15:53:51 by panne]
[ghc-hetmet.git] / configure.ac
index 64ae59c..509f8e2 100644 (file)
@@ -656,10 +656,6 @@ FPTOOLS_PROG_DIFF
 dnl ** Find find command (for Win32's benefit)
 FPTOOLS_FIND_FIND
 
-dnl ** Find lex command (flex or lex)
-AC_PROG_LEX
-test -z "$LEX" && AC_MSG_WARN(['flex' or 'lex' not found])
-
 dnl ** figure out how to do a BSD-ish install
 AC_PROG_INSTALL
 
@@ -848,7 +844,7 @@ dnl ** does struct stat contain st_blksize?
 AC_STRUCT_ST_BLKSIZE
 
 dnl ** do we have long longs?
-FPTOOLS_C_LONG_LONG
+AC_CHECK_TYPES([long long])
 
 dnl ** check what fields struct msghdr contains
 FPTOOLS_MSGHDR_MSG_ACCRIGHTS