projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
599837b
)
actually optional now.
author
Dana Jansens
<danakj@orodu.net>
Sun, 18 May 2003 03:55:17 +0000
(
03:55
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 18 May 2003 03:55:17 +0000
(
03:55
+0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 7510f239b6ea5900976df7614d700df8d80e1a9c..7ceacd46c90eb42ac3f09296584c40860532c4c0 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-56,10
+56,14
@@
AC_SUBST(XFT_CFLAGS)
AC_SUBST(XFT_LIBS)
PKG_CHECK_MODULES(LIBSN, [libstartup-notification-1.0],
- AC_DEFINE(USE_LIBSN)
- AC_SUBST(LIBSN_CFLAGS)
- AC_SUBST(LIBSN_LIBS)
- ,
+ [
+ AC_DEFINE(USE_LIBSN)
+ AC_SUBST(LIBSN_CFLAGS)
+ AC_SUBST(LIBSN_LIBS)
+ ],
+ [
+ no_such_luck=yes
+ ]
)
# Check for X11 extensions