Skip to content

Commit b7d6e8a

Browse files
committed
Made the patch, but forgot to commit it...
1 parent 9ff6903 commit b7d6e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/customize

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ if [ "$ans" = "y" ] ; then
174174
echo "and subsequent ones should be preceeded by -l"
175175
def="X11"
176176
readln "X11 library [$def]?" "$def"
177-
echo >>Makefile.custom "X11_LIB= $ans"
177+
echo >>Makefile.custom "X11_LIB= -l$ans"
178178
fi
179179

180180

0 commit comments

Comments
 (0)