projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ff6903
)
Made the patch, but forgot to commit it...
author
Marc G. Fournier
Mon, 20 Jan 1997 14:23:03 +0000
(14:23 +0000)
committer
Marc G. Fournier
Mon, 20 Jan 1997 14:23:03 +0000
(14:23 +0000)
src/customize
patch
|
blob
|
blame
|
history
diff --git
a/src/customize
b/src/customize
index ef8cff0cd04764d0b01cf656c59d59b42b08a83c..7a70198849f903fd2591b52c5eb91068ba0b9541 100644
(file)
--- a/
src/customize
+++ b/
src/customize
@@
-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