Skip to content
Snippets Groups Projects
Commit 227fb4a6 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

fix bug in uuid library detection

parent 58ad6773
No related branches found
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ AC_SUBST(SIP_CFLAGS)
dnl Check for uuid development package - name: uuid-dev
UUID_MIN_VERSION=1.0
PKG_CHECK_MODULES(UUID, uuid-dev >= ${UUID_MIN_VERSION})
PKG_CHECK_MODULES(UUID, uuid >= ${UUID_MIN_VERSION})
AC_SUBST(UUID_CFLAGS)
AC_SUBST(UUID_LIBS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment