X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fpopen;h=eb4102978a856df46db753304e96df0034327eca;hb=5f70dcfc4f65198adbce63a01a17f18b1627beee;hp=426589ac874de863d2573c74ceb689e25a72040f;hpb=25399c1aba359704fab2f4f5164011df43e1795e;p=gnulib.git diff --git a/modules/popen b/modules/popen index 426589ac8..eb4102978 100644 --- a/modules/popen +++ b/modules/popen @@ -7,11 +7,11 @@ m4/popen.m4 Depends-on: stdio -open [test $HAVE_POPEN = 0 || $REPLACE_POPEN = 1] +open [test $HAVE_POPEN = 0 || test $REPLACE_POPEN = 1] configure.ac: gl_FUNC_POPEN -if test $HAVE_POPEN = 0 || $REPLACE_POPEN = 1; then +if test $HAVE_POPEN = 0 || test $REPLACE_POPEN = 1; then AC_LIBOBJ([popen]) gl_PREREQ_POPEN fi