mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +00:00
[1041] check for space in path
This commit is contained in:
@@ -12,6 +12,12 @@ AC_PROG_CXX
|
||||
|
||||
# Libtool configuration
|
||||
#
|
||||
|
||||
# libtool cannot handle spaces in paths, so exit early if there is one
|
||||
if [ test `echo $PWD | grep -c ' '` != "0" ]; then
|
||||
AC_MSG_ERROR([BIND 10 cannot be built in a directory that contains spaces, because of libtool limitations. Please change the directory name, or use a symbolic link that does not contain spaces.])
|
||||
fi
|
||||
|
||||
# On FreeBSD (and probably some others), clang++ does not meet an autoconf
|
||||
# assumption in identifying libtool configuration regarding shared library:
|
||||
# the configure script will execute "$CC -shared $CFLAGS/$CXXFLAGS -v" and
|
||||
|
Reference in New Issue
Block a user