From 3d46fd5b7318beb00cfb780389650fcfe4b45065 Mon Sep 17 00:00:00 2001 From: Bill Page Date: Sun, 14 Feb 2016 19:37:28 -0800 Subject: Fix typo in calculation of X_PRE_LIBS The previous value set "-Xt" when it should have been "-lXt". --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 4c72008b..70634613 100755 --- a/configure +++ b/configure @@ -19001,7 +19001,7 @@ fi ## complication right now. Will fix later. ## But we can check for the existence of ## Also check for Xt headers -X_PRE_LIBS="-lXpm -Xt $X_PRE_LIBS" +X_PRE_LIBS="-lXpm -lXt $X_PRE_LIBS" ## If the system supports X11, then build graphics -- cgit v1.2.3