j
k
j a
j l
On Tue, May 10, 2005 at 02:41:40PM -0700, Jeremy C. Reed wrote:
Please fix the test = conditional in configure.ac. -if test "x$gc_ok" == "xyes"; then +if test "x$gc_ok" = "xyes"; then
Please fix the test = conditional in configure.ac.
-if test "x$gc_ok" == "xyes"; then +if test "x$gc_ok" = "xyes"; then
Agreed. Applied. Thanks.
pjrm.
Back to the thread
Back to the list