Skip to content
Snippets Groups Projects
Commit b7d6e8ac authored by Marc G. Fournier's avatar Marc G. Fournier
Browse files

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

parent 9ff69034
No related branches found
No related tags found
No related merge requests found
...@@ -174,7 +174,7 @@ if [ "$ans" = "y" ] ; then ...@@ -174,7 +174,7 @@ if [ "$ans" = "y" ] ; then
echo "and subsequent ones should be preceeded by -l" echo "and subsequent ones should be preceeded by -l"
def="X11" def="X11"
readln "X11 library [$def]?" "$def" readln "X11 library [$def]?" "$def"
echo >>Makefile.custom "X11_LIB= $ans" echo >>Makefile.custom "X11_LIB= -l$ans"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment