* Fixed the invalid -lXt check, that was causing the -lXaw check to fail.

git-svn-id: svn://svn.zoy.org/elk/trunk@228 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
sam 2003-10-06 00:19:21 +00:00
parent 41913af48d
commit 2c8c2dadb8
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ AC_SUBST(X_CFLAGS)
AC_SUBST(X_LIBS)
if test "${cross_compiling}" = "no"; then
AC_CHECK_LIB(Xt, XtDisplayTranslations,
AC_CHECK_LIB(Xt, XtFree,
[ac_cv_my_have_xt=yes
AC_CHECK_LIB(Xmu, XmuDrawLogo,
[XT_CFLAGS="-I${x_includes}"