View | Details | Raw Unified | Return to bug 601
Collapse All | Expand All

(-)configure.ac (+12 lines)
Lines 438-443 Link Here
438
	]	
438
	]	
439
)
439
)
440
440
441
AC_MSG_CHECKING(compiler and flags for sanity)
442
AC_TRY_RUN([
443
#include <stdio.h>
444
int main(){exit(0);}
445
	],
446
	[	AC_MSG_RESULT(yes) ],
447
	[
448
		AC_MSG_RESULT(no)
449
		AC_MSG_ERROR([*** compiler cannot create working executables, check config.log ***])
450
	]
451
)
452
441
# Checks for header files.
453
# Checks for header files.
442
AC_CHECK_HEADERS(bstring.h crypt.h endian.h features.h floatingpoint.h \
454
AC_CHECK_HEADERS(bstring.h crypt.h endian.h features.h floatingpoint.h \
443
	getopt.h glob.h ia.h lastlog.h libgen.h limits.h login.h \
455
	getopt.h glob.h ia.h lastlog.h libgen.h limits.h login.h \

Return to bug 601