1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44:50 +03:00

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

View File

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