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 <[EMAIL PROTECTED]>
* 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
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.