* 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:
parent
41913af48d
commit
2c8c2dadb8
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue