diff options
-rw-r--r-- | source3/configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in index 21f4e06423f..0c69dde7d66 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -6,6 +6,12 @@ AC_INIT(include/includes.h) AC_CONFIG_HEADER(include/config.h) AC_DEFINE(CONFIG_H_IS_FROM_SAMBA,1,[Marker for samba's config.h]) +case "$PATH" in + */usr/ucb*) + AC_MSG_WARN([\$PATH contains /usr/ucb - build errors may follow]) + ;; +esac + SMB_VERSION_STRING=`cat $srcdir/include/version.h | grep 'SAMBA_VERSION_OFFICIAL_STRING' | cut -d '"' -f2` echo "SAMBA VERSION: ${SMB_VERSION_STRING}" |