From 1c9480facff9b6943d42ca8906e343ed6abb1df3 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Tue, 12 Apr 2005 08:35:11 +0000 Subject: Switched the linux/macos build to the system GLU tesselator instead of the buildin --- configure.in | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 91236cf..6a6036e 100644 --- a/configure.in +++ b/configure.in @@ -54,7 +54,6 @@ AC_SUBST(MAJOR_VERSION) AC_SUBST(MINOR_VERSION) AC_SUBST(PATCHLEVEL) AC_SUBST(VERSION) -AC_SUBST(WIN_VERSION) AC_SUBST(PACKAGE) AC_SUBST(Tkzinc_LIB_FILE) AC_SUBST(Tkzincstub_LIB_FILE) @@ -165,18 +164,6 @@ TEA_ENABLE_SYMBOLS TEA_PATH_X #-------------------------------------------------------------------- -# This sets the tesselation library name and adjust LIBS to -# include this library. -#-------------------------------------------------------------------- -if test "${TEA_PLATFORM}" = "windows" ; then - Tess_LIB_FILE=tess.lib -else - Tess_LIB_FILE=libtess.a -fi -LIBS="${LIBS} -L. -ltess" -AC_SUBST(Tess_LIB_FILE) - -#-------------------------------------------------------------------- # Tkzinc is always linked against the tcl and tk stubs libraries #-------------------------------------------------------------------- AC_DEFINE(USE_TCL_STUBS) @@ -233,4 +220,4 @@ ZINC_ENABLE_ATC AC_SUBST(aux_BINARIES) AC_SUBST(bin_BINARIES) -AC_OUTPUT([Makefile starkit.tcl Perl/Makefile.PL Perl/Zinc.pm Python/Zinc.py win/makefile.vc win/Tkzinc.aip win/Tkzincperl.aip]) +AC_OUTPUT([Makefile starkit.tcl Perl/Makefile.PL Perl/Zinc.pm Python/Zinc.py]) -- cgit v1.1