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

FIx bug in uuid-dev detection

parent 67418b79
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