metacity r3579 - trunk
- From: tthurman svn gnome org
- To: svn-commits-list gnome org
- Subject: metacity r3579 - trunk
- Date: Mon, 18 Feb 2008 01:29:27 +0000 (GMT)
Author: tthurman
Date: Mon Feb 18 01:29:27 2008
New Revision: 3579
URL: http://svn.gnome.org/viewvc/metacity?rev=3579&view=rev
Log:
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.
Modified:
trunk/ChangeLog
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Mon Feb 18 01:29:27 2008
@@ -426,7 +426,7 @@
*)
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]