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

This commit is contained in:
Marc G. Fournier 1997-01-20 14:23:03 +00:00
parent 9ff69034b2
commit b7d6e8ac92
1 changed files with 1 additions and 1 deletions

View File

@ -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