diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19001,7 +19001,7 @@ fi ## complication right now. Will fix later. ## But we can check for the existence of <X11/xpm.h> ## 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 |