Cancel previous change.
[m17n/m17n-lib.git] / m17n-config.in
index 5d05972..bde543f 100644 (file)
@@ -18,12 +18,10 @@ if test $# -eq 0; then
   exit 0
 fi
 
-LIBNAME=-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;;
+GUI|X) LIBNAME="-lm17n-core -lm17n -lm17n-gui"; shift;;
+*) LIBNAME="-lm17n-core -lm17n";;
 esac
 
 case $1 in