|
a/src/configure |
|
b/src/configure |
|
... |
|
... |
4241 |
|
4241 |
|
4242 |
# Check whether --with-fam was given.
|
4242 |
# Check whether --with-fam was given.
|
4243 |
if test "${with_fam+set}" = set; then :
|
4243 |
if test "${with_fam+set}" = set; then :
|
4244 |
withval=$with_fam; withFam=$withval
|
4244 |
withval=$with_fam; withFam=$withval
|
4245 |
else
|
4245 |
else
|
4246 |
withFam=no
|
4246 |
withFam=yes
|
4247 |
fi
|
4247 |
fi
|
|
|
4248 |
|
4248 |
|
4249 |
|
4249 |
if test X$withFam != Xno -a X$withInotify != Xno ; then
|
4250 |
if test X$withFam != Xno -a X$withInotify != Xno ; then
|
4250 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: FAM support enabled but inotify support also enabled. Disabling FAM support and using inotify" >&5
|
4251 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: FAM support enabled but inotify support also enabled. Disabling FAM support and using inotify" >&5
|
4251 |
$as_echo "$as_me: FAM support enabled but inotify support also enabled. Disabling FAM support and using inotify" >&6;}
|
4252 |
$as_echo "$as_me: FAM support enabled but inotify support also enabled. Disabling FAM support and using inotify" >&6;}
|
4252 |
withFam=no
|
4253 |
withFam=no
|