diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2016-02-24 21:05:19 +0700 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2016-02-26 22:22:06 +0700 |
commit | 3811fc1773ad7e6140d0dd3f5c6bba4524d71ef2 (patch) | |
tree | d68f1df74ecc6c5f188b0eb2f05311d8093b5584 /kmobile/configure.in.in | |
parent | b80f9a2251d5f0993a7a3438f4a083813a315024 (diff) | |
download | tdepim-3811fc1773ad7e6140d0dd3f5c6bba4524d71ef2.tar.gz tdepim-3811fc1773ad7e6140d0dd3f5c6bba4524d71ef2.zip |
Fixed FTBFS in Debian/Ubuntu due to missing liblockdev1-dev package. Device locking is now done through 'flock()'
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3ed5f6bda5dabbb74b0126982cb515de1a8e2558)
Diffstat (limited to 'kmobile/configure.in.in')
-rw-r--r-- | kmobile/configure.in.in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/kmobile/configure.in.in b/kmobile/configure.in.in deleted file mode 100644 index cf47242d2..000000000 --- a/kmobile/configure.in.in +++ /dev/null @@ -1,16 +0,0 @@ -DO_NOT_COMPILE="$DO_NOT_COMPILE kmobile" - -AC_CHECK_HEADERS(baudboy.h,,, -[ -#include <sys/types.h> -#include <sys/stat.h> -#include <fcntl.h> -#define inline __inline__ -]) -AC_CHECK_HEADERS(lockdev.h) -AC_CHECK_LIB(lockdev, dev_lock, [ LIB_LOCKDEV="-llockdev" ]) -dnl We don't need liblockdev if we have baudboy working -if [[ -n "$HAVE_BAUDBOY_H" ]]; then - LIB_LOCKDEV="" -fi -AC_SUBST(LIB_LOCKDEV) |