On Feb 5, 2008, at 8:41 AM, Jeff Johnson wrote:
>
> I'll attempt a 2ndary test for libossp-uuid ...
>
BTW, there's a minor issue with RPM_CHECK_LIB,
if one does '[uuid ossp-uuid]" using --with-uuid=external.
Reversing the order "works", gud enuf:
@@ -1084,7 +1084,7 @@ RPM_CHECK_LIB(
dnl # OSSP uuid
RPM_CHECK_LIB(
[OSSP uuid], [uuid],
- [uuid], [uuid_import], [uuid.h],
+ [ossp-uuid uuid], [uuid_import], [uuid.h],
[no,external:none], [],
[ dnl # enable OSSP uuid native API support for embedded Lua
if test ".$WITH_LUA" = .yes; then
73 de Jeff
Received on Tue Feb 5 15:22:01 2008