Renamed ASN.1 compiler to yaz-comp (used to be yc.tcl).
[yaz-moved-to-github.git] / configure
index 4659104..1aec98d 100755 (executable)
--- a/configure
+++ b/configure
@@ -12,7 +12,7 @@ ac_help=
 ac_default_prefix=/usr/local
 # Any additions from configure.in:
 ac_help="$ac_help
-  --disable-yc            use old encoders, i.e. disable YAZ ASN.1 Compiler"
+  --disable-comp          use old encoders, i.e. disable the YAZ ASN.1 Compiler"
 ac_help="$ac_help
   --enable-tcpd           enable TCP wrapper for server if available"
 ac_help="$ac_help
@@ -1288,15 +1288,15 @@ fi
 
 
 
-# Check whether --enable-yc or --disable-yc was given.
-if test "${enable_yc+set}" = set; then
-  enableval="$enable_yc"
+# Check whether --enable-comp or --disable-comp was given.
+if test "${enable_comp+set}" = set; then
+  enableval="$enable_comp"
   :
 else
-  enable_yc=yes
+  enable_comp=yes
 fi
 
-if test "$enable_yc" = "yes"; then
+if test "$enable_comp" = "yes"; then
        ASNMODULE="z39.50"
        ILLMODULE="ill"
        ILLLIB=../ill/libill.a