|
a/src/configure.ac |
|
b/src/configure.ac |
|
... |
|
... |
12 |
could try to write one, starting from one of the existing files, they
|
12 |
could try to write one, starting from one of the existing files, they
|
13 |
are really simple.
|
13 |
are really simple.
|
14 |
EOF
|
14 |
EOF
|
15 |
exit 1
|
15 |
exit 1
|
16 |
fi
|
16 |
fi
|
|
|
17 |
|
|
|
18 |
AC_CHECK_HEADERS(sys/mount.h sys/statfs.h sys/statvfs.h sys/vfs.h)
|
17 |
|
19 |
|
18 |
# Use aspell to provide spelling expansions ?
|
20 |
# Use aspell to provide spelling expansions ?
|
19 |
# The default is yes. If we do find an aspell installation, we use it. Else
|
21 |
# The default is yes. If we do find an aspell installation, we use it. Else
|
20 |
# we do compile the aspell module using an internal copy of aspell.h
|
22 |
# we do compile the aspell module using an internal copy of aspell.h
|
21 |
# Only --with-aspell=no will completely disable aspell support
|
23 |
# Only --with-aspell=no will completely disable aspell support
|