From 66f0fe5cc05eae55d7104914b2928836016c9d06 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 9 Dec 2007 10:49:52 +0000 Subject: [PATCH] removed t1lib --- config.h.in | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config.h.in b/config.h.in index e8a0408..f1b5ab1 100644 --- a/config.h.in +++ b/config.h.in @@ -93,7 +93,7 @@ #undef HAVE_SYS_TYPES_H /* Define if you have the header file. */ -#undef HAVE_T1LIB_H +/* #undef HAVE_T1LIB_H */ /* Define if you have the header file. */ #undef HAVE_ZLIB_H @@ -115,7 +115,7 @@ #undef HAVE_LIBM /* Define if you have the t1 library (-lt1). */ -#undef HAVE_LIBT1 +/* #undef HAVE_LIBT1 */ /* Define if you have the z library (-lz). */ #undef HAVE_LIBZ @@ -169,10 +169,10 @@ #endif #endif -#ifdef HAVE_T1LIB_H -#ifdef HAVE_LIBT1 -#define HAVE_T1LIB -#endif -#endif +/* #ifdef HAVE_T1LIB_H */ +/* #ifdef HAVE_LIBT1 */ +/* #define HAVE_T1LIB */ +/* #endif */ +/* #endif */ #endif -- 1.7.10.4