projects
/
openitg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01a9e37
)
Add inotify to configure summary
author
Toni Spets
<toni.spets@iki.fi>
Sun, 13 Mar 2011 11:20:22 +0000
(13:20 +0200)
committer
Toni Spets
<toni.spets@iki.fi>
Mon, 14 Mar 2011 17:34:15 +0000
(19:34 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
9780a7d
..
b42e676
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-165,7
+165,9
@@
SM_TLS
SM_LIBUSB
# for linux joystick hotplug
+have_inotify=no
AC_CHECK_HEADER([sys/inotify.h],
+ have_inotify=yes
AC_DEFINE(HAVE_INOTIFY, 1, [inotify support in kernel])
,)
@@
-350,5
+352,6
@@
echo "libcrypto++ $have_libcryptopp"
echo "GTK2 $enable_gtk2"
echo "ALSA $alsa"
echo "OSS $ac_cv_header_sys_soundcard_h (forced: $force_oss)"
+echo "inotify hotplug $have_inotify"
echo