mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
14 lines
619 B
Plaintext
14 lines
619 B
Plaintext
--- 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)
|
|
|