Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
James Lowden
OpenLDAP
Commits
e5ce9009
Commit
e5ce9009
authored
20 years ago
by
Kurt Zeilenga
Browse files
Options
Downloads
Patches
Plain Diff
cleanup
parent
ccc378c7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure
+3
-3
3 additions, 3 deletions
configure
configure.in
+10
-10
10 additions, 10 deletions
configure.in
with
13 additions
and
13 deletions
configure
+
3
−
3
View file @
e5ce9009
#! /bin/sh
# $OpenLDAP$
# from OpenLDAP: pkg/ldap/configure.in,v 1.52
1
2004/04/07 04:
08:51
kurt Exp
# from OpenLDAP: pkg/ldap/configure.in,v 1.52
2
2004/04/07 04:
26:03
kurt Exp
# This work is part of OpenLDAP Software <http://www.openldap.org/>.
#
...
...
@@ -21056,7 +21056,7 @@ echo "$ac_t""$ol_cv_sasl_compat" 1>&6
if test $ol_cv_sasl_compat = no ; then
ol_link_sasl=no
{ echo "configure: error: Cyrus SASL library located but incompatible" 1>&2; exit 1; }
{ echo "configure: error: Cyrus SASL library located but
is
incompatible" 1>&2; exit 1; }
fi
cat >> confdefs.h <<\EOF
...
...
@@ -21315,7 +21315,7 @@ EOF
else
echo "configure: warning: could not find crypt" 1>&2
if test $ol_enable_crypt = yes ; then
{ echo "configure: error: could not find crypt" 1>&2; exit 1; }
{ echo "configure: error: could not find crypt
, select appropriate options or disable
" 1>&2; exit 1; }
fi
echo "configure: warning: disabling crypt support" 1>&2
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
10
−
10
View file @
e5ce9009
...
...
@@ -2036,17 +2036,17 @@ elif test $ol_enable_bdb != no -a $ol_link_ldbm = berkeley ; then
if test $ol_cv_bdb_compat = yes ; then
ol_enable_bdb=yes
elif test $ol_enable_bdb = yes ; then
AC_MSG_ERROR(BDB: BerkeleyDB version incompatible)
AC_MSG_ERROR(
[
BDB: BerkeleyDB version incompatible
]
)
else
ol_enable_bdb=no
fi
fi
if test $ol_enable_hdb = yes -a $ol_link_ldbm != berkeley ; then
AC_MSG_ERROR(HDB: BerkeleyDB not available)
AC_MSG_ERROR(
[
HDB: BerkeleyDB not available
]
)
fi
if test $ol_link_ldbm = no -a $ol_with_ldbm_type = btree ; then
AC_MSG_WARN(Could not find LDBM with BTREE support)
AC_MSG_WARN(
[
Could not find LDBM with BTREE support
]
)
ol_with_ldbm_api=none
fi
...
...
@@ -2089,9 +2089,9 @@ if test $ol_with_ldbm_api = ndbm ; then
fi
if test $ol_link_ldbm = no -a $ol_enable_ldbm != no ; then
AC_MSG_WARN(could not find suitable LDBM backend)
AC_MSG_WARN(
[
could not find suitable LDBM backend
]
)
if test $ol_enable_ldbm = yes ; then
AC_MSG_ERROR(select appropriate LDBM options or disable)
AC_MSG_ERROR(
[
select appropriate LDBM options or disable
]
)
fi
AC_MSG_WARN(disabling LDBM)
...
...
@@ -2228,7 +2228,7 @@ if test $ol_with_cyrus_sasl != no ; then
OL_SASL_COMPAT
if test $ol_cv_sasl_compat = no ; then
ol_link_sasl=no
AC_MSG_ERROR([Cyrus SASL library located but incompatible])
AC_MSG_ERROR([Cyrus SASL library located but
is
incompatible])
fi
AC_DEFINE(HAVE_CYRUS_SASL,1,[define if you have Cyrus SASL])
...
...
@@ -2306,12 +2306,12 @@ if test $ol_enable_crypt != no ; then
if test $have_crypt = yes ; then
AC_DEFINE(HAVE_CRYPT,1, [define if crypt(3) is available])
else
AC_MSG_WARN(could not find crypt)
AC_MSG_WARN(
[
could not find crypt
]
)
if test $ol_enable_crypt = yes ; then
AC_MSG_ERROR(could not find crypt, select appropriate options or disable)
AC_MSG_ERROR(
[
could not find crypt, select appropriate options or disable
]
)
fi
AC_MSG_WARN(disabling crypt support)
AC_MSG_WARN(
[
disabling crypt support
]
)
ol_enable_crypt=no
fi
fi
...
...
@@ -2524,7 +2524,7 @@ dnl ----------------------------------------------------------------
dnl Sort out defines
if test "$ol_enable_slapi" != no ; then
dnl This check is done
l
also if --enable-modules is used;
dnl This check is done also if --enable-modules is used;
dnl it is duplicated here, 'cause it'd be cached anyway
AC_CHECK_HEADERS(ltdl.h)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment