fix typo in order to correctly substitute XCursor CFLAGS
2007-09-28 Jens Granseuer <jensgr@gmx.net> * configure.in: fix typo in order to correctly substitute XCursor CFLAGS svn path=/trunk/; revision=8142
This commit is contained in:
parent
597fac2a7c
commit
76936d9dc1
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2007-09-28 Jens Granseuer <jensgr@gmx.net>
|
||||||
|
|
||||||
|
* configure.in: fix typo in order to correctly substitute XCursor CFLAGS
|
||||||
|
|
||||||
2007-09-17 Rodrigo Moya <rodrigo@gnome-db.org>
|
2007-09-17 Rodrigo Moya <rodrigo@gnome-db.org>
|
||||||
|
|
||||||
* configure.in:
|
* configure.in:
|
||||||
|
|
|
@ -174,7 +174,7 @@ PKG_CHECK_MODULES(XCURSOR, [
|
||||||
AC_DEFINE(HAVE_XCURSOR, 1, [Define if the Xcursor extension is available]),
|
AC_DEFINE(HAVE_XCURSOR, 1, [Define if the Xcursor extension is available]),
|
||||||
have_xcursor=no)
|
have_xcursor=no)
|
||||||
AM_CONDITIONAL(HAVE_XCURSOR, [test $have_xcursor=yes])
|
AM_CONDITIONAL(HAVE_XCURSOR, [test $have_xcursor=yes])
|
||||||
AC_SUBST(XCURSOR_CFLAFS)
|
AC_SUBST(XCURSOR_CFLAGS)
|
||||||
AC_SUBST(XCURSOR_LIBS)
|
AC_SUBST(XCURSOR_LIBS)
|
||||||
|
|
||||||
CAPPLET_LIBS="$CAPPLET_LIBS $XCURSOR_LIBS"
|
CAPPLET_LIBS="$CAPPLET_LIBS $XCURSOR_LIBS"
|
||||||
|
|
Loading…
Add table
Reference in a new issue