From c6c2195955076c47885b585aa5dc2ae51b30f7d9 Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 6 Jul 2004 11:23:57 +0000 Subject: [PATCH] Cancel previous change. --- example/mdump.c | 2 +- m17n-config.in | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/example/mdump.c b/example/mdump.c index 0168c1f..381b898 100644 --- a/example/mdump.c +++ b/example/mdump.c @@ -221,7 +221,7 @@ #if defined (HAVE_FREETYPE) && defined (HAVE_GD) #include -#include +#include #include #define PROGRAM_VERSION "1.1" diff --git a/m17n-config.in b/m17n-config.in index 14d1a05..bde543f 100644 --- a/m17n-config.in +++ b/m17n-config.in @@ -18,14 +18,10 @@ if test $# -eq 0; then exit 0 fi -LIBNAME="-lm17n-core -lm17n" - case $1 in CORE) LIBNAME="-lm17n-core"; shift;; - GUI) LIBNAME="-lm17n-core -lm17n -lm17n-gui"; shift;; - X) LIBNAME="-lm17n-core -lm17n -lm17n-gui -lm17n-X"; shift;; - GD) LIBNAME="-lm17n-core -lm17n -lm17n-gui -lm17n-gd"; shift;; -X-GD) LIBNAME="-lm17n-core -lm17n -lm17n-gui -lm17n-X -lm17n-gd"; shift;; +GUI|X) LIBNAME="-lm17n-core -lm17n -lm17n-gui"; shift;; +*) LIBNAME="-lm17n-core -lm17n";; esac case $1 in -- 1.7.10.4