Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / chat / ysm / patches / patch-configure
blobbad785d12581ce61e29f288ebb501ad07bdd0bdd
1 $NetBSD$
3 Fix unportable test(1) construct.
5 --- configure.orig      2011-11-05 23:15:54.000000000 +0000
6 +++ configure
7 @@ -4250,7 +4250,7 @@ fi
8  
9  # final checks
11 -if test "$vl_cv_lib_readline" == "no"; then
12 +if test "$vl_cv_lib_readline" = "no"; then
13         # are we using getline instead? do we have threads?
14         if test "$pthread_libs"; then
15                 CMDOBJS="cmdline/getline.o $CMDOBJS"