[gs-cvs] rev 7071 - trunk/gs/src

giles at ghostscript.com giles at ghostscript.com
Mon Sep 25 14:50:55 PDT 2006


Author: giles
Date: 2006-09-25 14:50:55 -0700 (Mon, 25 Sep 2006)
New Revision: 7071

Modified:
   trunk/gs/src/configure.ac
Log:
Correct a typo in the previous revision.


Modified: trunk/gs/src/configure.ac
===================================================================
--- trunk/gs/src/configure.ac	2006-09-25 21:45:34 UTC (rev 7070)
+++ trunk/gs/src/configure.ac	2006-09-25 21:50:55 UTC (rev 7071)
@@ -415,7 +415,7 @@
 AC_CHECK_FUNCS([hypot], [HAVE_HYPOT=-DHAVE_HYPOT])
 AC_SUBST(HAVE_HYPOT)
 
-AC_CHECK_FUNCS([fopen64], [HAVE_FILE64])
+AC_CHECK_FUNCS([fopen64], [HAVE_FILE64=-DHAVE_FILE64])
 AC_SUBST(HAVE_FILE64)
 
 AC_FUNC_FORK



More information about the gs-cvs mailing list