X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=configure;h=e8d4d7cc58828eeb2bf9b3663cbeb1511d992e5c;hp=6a6911ff905063097c628e45c40085d48a3c89e0;hb=79e318657e7faa7b2951ff554dc6f1b92624a477;hpb=d8574d458324cdde27484485cb09e7c9b8fa1a77 diff --git a/configure b/configure index 6a6911f..e8d4d7c 100755 --- a/configure +++ b/configure @@ -1358,7 +1358,7 @@ if test "${enable_readline+set}" = set; then then READLINE="" else - READLINE="-lreadline" + READLINE="-lreadline -ltermcap" cat >> confdefs.h <<\EOF #define HAVE_READLINE 1 EOF @@ -1465,7 +1465,7 @@ if test "${with_binmode+set}" = set; then echo "$ac_t""BINMODE is $withval" 1>&6 BINMODE=$withval else - BINMODE=6555 + BINMODE=0755 echo "BINMODE defaults to $BINMODE" fi @@ -1501,7 +1501,7 @@ if test "${with_manmode+set}" = set; then echo "$ac_t""MANMODE is $withval" 1>&6 MANMODE=$withval else - MANMODE=0444 + MANMODE=0644 echo "MANMODE defaults to $MANMODE" fi