]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
[Bug 399] added #include <stdio.h> to TIFF test to make AIX happy.
authorTim Rice <tim@multitalents.net>
Thu, 17 Apr 2003 02:09:32 +0000 (02:09 +0000)
committerTim Rice <tim@multitalents.net>
Thu, 17 Apr 2003 02:09:32 +0000 (02:09 +0000)
configure

index caa96abd3f861ecb9230946f4700c32a0a6c3ae9..9fb6db95ba7726d29418affb80f8fbb1f00a3f49 100755 (executable)
--- a/configure
+++ b/configure
@@ -2297,6 +2297,7 @@ CheckLibtiff()
     Note "... checking TIFF library version"
     tiff_runlen_t=""
     cat>t.c<<EOF
+#include <stdio.h>
 #include "tiffio.h"
 main()
 {