From b7d6e8ac92f62152d846a971ea71cd4f55670328 Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" <scrappy@hub.org> Date: Mon, 20 Jan 1997 14:23:03 +0000 Subject: [PATCH] Made the patch, but forgot to commit it... --- src/customize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/customize b/src/customize index ef8cff0cd04..7a70198849f 100644 --- 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 -- GitLab