Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
f65eaee2
Commit
f65eaee2
authored
Nov 07, 2018
by
Ondřej Kuzník
Browse files
ITS#8116 clients use uuid_* as well now
parent
a3a90198
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
f65eaee2
...
...
@@ -1063,7 +1063,7 @@ if test $ac_cv_header_sys_uuid_h = yes ; then
[define if you have uuid_to_str()])
test "$ac_cv_search_uuid_to_str" = "none required" || \
SLAPD
_LIBS="$
SLAPD
_LIBS $ac_cv_search_uuid_to_str"
LUTIL
_LIBS="$
LUTIL
_LIBS $ac_cv_search_uuid_to_str"
fi
fi
...
...
@@ -1082,7 +1082,7 @@ if test $have_uuid = no ; then
[define if you have uuid_generate()])
test "$ac_cv_search_uuid_generate" = "none required" || \
SLAPD
_LIBS="$
SLAPD
_LIBS $ac_cv_search_uuid_generate"
LUTIL
_LIBS="$
LUTIL
_LIBS $ac_cv_search_uuid_generate"
fi
fi
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment