Cancel previous change.
authorhanda <handa>
Tue, 6 Jul 2004 11:23:57 +0000 (11:23 +0000)
committerhanda <handa>
Tue, 6 Jul 2004 11:23:57 +0000 (11:23 +0000)
example/mdump.c
m17n-config.in

index 0168c1f..381b898 100644 (file)
 #if defined (HAVE_FREETYPE) && defined (HAVE_GD)
 #include <gd.h>
 
-#include <m17n-gd.h>
+#include <m17n-gui.h>
 #include <m17n-misc.h>
 
 #define PROGRAM_VERSION "1.1"
index 14d1a05..bde543f 100644 (file)
@@ -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