summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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