]> arthur.barton.de Git - ngircd-alex.git/commitdiff
./configure: check support for C prototypes again
authorAlexander Barton <alex@barton.de>
Sun, 24 Oct 2010 11:50:22 +0000 (13:50 +0200)
committerAlexander Barton <alex@barton.de>
Sun, 24 Oct 2010 11:50:22 +0000 (13:50 +0200)
configure.in

index cd08ef6266b825e880ab4ea2e3b032536337818d..d2acc146e035ce934ed75cbba8495f4234ee472c 100644 (file)
@@ -43,6 +43,7 @@ AH_TEMPLATE([TARGET_CPU], [Target CPU name])
 # -- C Compiler --
 
 AC_PROG_CC
+AC_C_PROTOTYPES
 
 # -- Helper programs --