X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure;h=1aec98d951fb9f733926d471b4e85d0e0af05828;hb=6d04fc7a64ab1dd82574935bb189e055fe2d5e72;hp=46591045696fcf8e2e10498394595789a42c0c75;hpb=007a366af5ddaebf813e39588f1c09646d33bcef;p=yaz-moved-to-github.git diff --git a/configure b/configure index 4659104..1aec98d 100755 --- 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