From: Ondřej Kuzník Date: Wed, 7 Nov 2018 11:06:18 +0000 (+0000) Subject: ITS#8116 clients use uuid_* as well now X-Git-Tag: OPENLDAP_REL_ENG_2_5_0ALPHA~67^2~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f65eaee285a883a746f9e91d8051e6d0c2ad7514;p=thirdparty%2Fopenldap.git ITS#8116 clients use uuid_* as well now --- diff --git a/configure.in b/configure.in index d8719c6137..5244b15f32 100644 --- a/configure.in +++ b/configure.in @@ -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