Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. if test "x$have_libclc" = xno; then
  2. AC_MSG_ERROR([pkg-config cannot find libclc.pc which is required to build clover.
  3. Make sure the directory containing libclc.pc is specified in your
  4. PKG_CONFIG_PATH environment variable.
  5. By default libclc.pc is installed to /usr/local/share/pkgconfig/])
  6. else
  7. LIBCLC_INCLUDEDIR=`$PKG_CONFIG --variable=includedir libclc`
  8. LIBCLC_LIBEXECDIR=`$PKG_CONFIG --variable=libexecdir libclc`
  9. AC_SUBST([LIBCLC_INCLUDEDIR])
  10. AC_SUBST([LIBCLC_LIBEXECDIR])
  11. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement