Add -lm17n-X and -lm17n-gd if necessary.
authorhanda <handa>
Wed, 30 Jun 2004 02:44:04 +0000 (02:44 +0000)
committerhanda <handa>
Wed, 30 Jun 2004 02:44:04 +0000 (02:44 +0000)
m17n-config.in

index 208c358..14d1a05 100644 (file)
@@ -23,7 +23,9 @@ 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"; 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;;
 esac
 
 case $1 in