summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorThomas Thurman <tthurman@gnome.org>2008-02-18 01:29:27 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2008-02-18 01:29:27 +0000
commit8c487ddbb25ad19e25046198383e610dcb59b379 (patch)
treea8cc8a8cec1e2bc4c186448f174663799cbd3cf1 /configure.in
parent07939f235fb1be13c3c830cc768fbe1c394f679b (diff)
downloadmetacity-8c487ddbb25ad19e25046198383e610dcb59b379.tar.gz
if we have libSM and its headers, that means we did find it, not that we
2008-02-18 Thomas Thurman <tthurman@gnome.org> * 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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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