* build (KEYSUF): Catch --disable-autokey first.
bk: 3913a397W-v-ACU91lv8zyUfGyPprg
+2000-05-06 Harlan Stenn <stenn@whimsy.udel.edu>
+
+ * build (KEYSUF): Catch --disable-autokey first.
+
2000-05-05 Harlan Stenn <stenn@whimsy.udel.edu>
* flock-build: If we don't use autokey, don't use rsaref either.
KEYSUF=""
case "$CONFIG_ARGS" in
- *--without-rsaref*)
- [ -d rsaref2 ] && KEYSUF="-norsa"
- ;;
*--disable-autokey*)
KEYSUF="-noautokey"
;;
+ *--without-rsaref*)
+ [ -d rsaref2 ] && KEYSUF="-norsa"
+ ;;
esac
CCSUF=""