mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#8116 clients use uuid_* as well now
This commit is contained in:
parent
a3a9019883
commit
f65eaee285
1 changed files with 2 additions and 2 deletions
|
|
@ -1063,7 +1063,7 @@ if test $ac_cv_header_sys_uuid_h = yes ; then
|
||||||
[define if you have uuid_to_str()])
|
[define if you have uuid_to_str()])
|
||||||
|
|
||||||
test "$ac_cv_search_uuid_to_str" = "none required" || \
|
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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
@ -1082,7 +1082,7 @@ if test $have_uuid = no ; then
|
||||||
[define if you have uuid_generate()])
|
[define if you have uuid_generate()])
|
||||||
|
|
||||||
test "$ac_cv_search_uuid_generate" = "none required" || \
|
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
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue