mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 17:10:40 -05:00
Add some additional quoting to make it work with autoconf-2.5x.
Tue Nov 20 18:49:16 2001 Owen Taylor <otaylor@redhat.com> * configure.in (found_sm): Add some additional quoting to make it work with autoconf-2.5x.
This commit is contained in:
parent
6bae734d41
commit
4f107f84eb
@ -1,3 +1,8 @@
|
|||||||
|
Tue Nov 20 18:49:16 2001 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
|
* configure.in (found_sm): Add some additional quoting to
|
||||||
|
make it work with autoconf-2.5x.
|
||||||
|
|
||||||
2001-11-02 Laszlo Peter <laca@ireland.sun.com>
|
2001-11-02 Laszlo Peter <laca@ireland.sun.com>
|
||||||
|
|
||||||
* src/window.c (update_sm_hints): protect meta_verbose from
|
* src/window.c (update_sm_hints): protect meta_verbose from
|
||||||
|
@ -53,8 +53,8 @@ case "$METACITY_LIBS" in
|
|||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
AC_CHECK_LIB(SM, SmcSaveYourselfDone,
|
AC_CHECK_LIB(SM, SmcSaveYourselfDone,
|
||||||
AC_CHECK_HEADERS(X11/SM/SMlib.h,
|
[AC_CHECK_HEADERS(X11/SM/SMlib.h,
|
||||||
METACITY_LIBS="-lSM -lICE $METACITY_LIBS" found_sm=true),
|
METACITY_LIBS="-lSM -lICE $METACITY_LIBS" found_sm=true)],
|
||||||
, $METACITY_LIBS)
|
, $METACITY_LIBS)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user