* modules/popen (Depends-on, configure.ac): Fix shell syntax error.
+2011-10-14 Daniel Richard G. <skunk@iskunk.org> (tiny change)
+
+ popen: Fix dependency conditions.
+ * modules/popen (Depends-on, configure.ac): Fix shell syntax error.
+
2011-10-14 Daniel Richard G. <skunk@iskunk.org> (tiny change)
perror: Fix autoconf test.
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