summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-01-20 14:23:03 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-01-20 14:23:03 +0000
commitb7d6e8ac92f62152d846a971ea71cd4f55670328 (patch)
tree85fd4534d200fb9df513269925b6b79c0a349a8a /src
parent9ff69034b22d20e656c21e6265c07394f4c46045 (diff)
Made the patch, but forgot to commit it...
Diffstat (limited to 'src')
-rw-r--r--src/customize2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/customize b/src/customize
index ef8cff0cd04..7a70198849f 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