From: Marc G. Fournier Date: Mon, 20 Jan 1997 14:23:03 +0000 (+0000) Subject: Made the patch, but forgot to commit it... X-Git-Tag: REL9_0_0~29382 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b7d6e8ac92f62152d846a971ea71cd4f55670328;p=pg-rex%2Fsyncrep.git Made the patch, but forgot to commit it... --- diff --git a/src/customize b/src/customize index ef8cff0cd0..7a70198849 100644 --- a/src/customize +++ b/src/customize @@ -174,7 +174,7 @@ if [ "$ans" = "y" ] ; then echo "and subsequent ones should be preceeded by -l" def="X11" readln "X11 library [$def]?" "$def" - echo >>Makefile.custom "X11_LIB= $ans" + echo >>Makefile.custom "X11_LIB= -l$ans" fi