From 8c487ddbb25ad19e25046198383e610dcb59b379 Mon Sep 17 00:00:00 2001 From: Thomas Thurman Date: Mon, 18 Feb 2008 01:29:27 +0000 Subject: if we have libSM and its headers, that means we did find it, not that we 2008-02-18 Thomas Thurman * configure.in: if we have libSM and its headers, that means we did find it, not that we didn't. Closes #328210. svn path=/trunk/; revision=3579 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 341fa35e..e43d1f0e 100644 --- a/configure.in +++ b/configure.in @@ -426,7 +426,7 @@ case "$METACITY_LIBS" in *) AC_CHECK_LIB(SM, SmcSaveYourselfDone, [AC_CHECK_HEADERS(X11/SM/SMlib.h, - METACITY_LIBS="-lSM -lICE $METACITY_LIBS" found_sm=no)], + METACITY_LIBS="-lSM -lICE $METACITY_LIBS" found_sm=yes)], , $METACITY_LIBS) ;; esac -- cgit v1.2.1