freebsd-ports/graphics/pstoedit/files/patch-ac
2000-03-09 10:02:47 +00:00

13 lines
619 B
Text

--- configure.in.orig Sun Feb 27 14:03:37 2000
+++ configure.in Sun Feb 27 14:02:43 2000
@@ -30,8 +30,8 @@
dnl See if we have a 2.3 or newer lib Plot version
AC_MSG_CHECKING(for version of "lib plot" )
-AC_TRY_COMPILE( [#include <plotter.h>],[ typdef int Point; ],
- AC_MSG_RESULT(you seem to have a newer version )],
+AC_TRY_COMPILE( [#include <plotter.h>],[ typedef int Point; ],
+ AC_MSG_RESULT(you seem to have a newer version ),
[PLOTCOMPILEFLAGS="$PLOTCOMPILEFLAGS -DOLD_LIBPLOTTER"; AC_MSG_RESULT(you seem to have a older version )])
AC_SUBST(PLOTCOMPILEFLAGS)