X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=configure;h=1aec98d951fb9f733926d471b4e85d0e0af05828;hb=d90d31f39aba4c7256d5b83eaf4192630b18ae02;hp=46591045696fcf8e2e10498394595789a42c0c75;hpb=988421f953de4623a11b90008c52e135631078ba;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