diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/open-axiom.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/open-axiom.m4 b/config/open-axiom.m4 index 4c4a7221..54a90d48 100644 --- a/config/open-axiom.m4 +++ b/config/open-axiom.m4 @@ -1036,7 +1036,7 @@ AC_PATH_XTRA ## 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" AC_SUBST(X_PRE_LIBS) ## If the system supports X11, then build graphics |