Commit b7d6e8ac authored by Marc G. Fournier's avatar Marc G. Fournier

Made the patch, but forgot to commit it...

parent 9ff69034
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment