You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
298 B
17 lines
298 B
6 years ago
|
--- a/configure.in
|
||
|
+++ b/configure.in
|
||
6 years ago
|
@@ -21,9 +21,11 @@ image_formats="GIF PNG XBM"
|
||
6 years ago
|
AM_CONFIG_HEADER(config.h)
|
||
|
|
||
|
dnl Checks for programs.
|
||
|
-AC_PROG_CC
|
||
|
+AC_PROG_CC_STDC
|
||
|
+AC_USE_SYSTEM_EXTENSIONS
|
||
|
+AC_SYS_LARGEFILE
|
||
|
|
||
|
-dnl AC_PROG_CXX
|
||
|
+AC_PROG_CXX
|
||
|
dnl AC_PROG_AWK
|
||
|
dnl AM_PROG_LEX
|
||
|
dnl AC_PROG_YACC
|