소스 검색

configure: Check for `pkg-config'.

Ludovic Courtès 12 년 전
부모
커밋
a15c284376
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      configure.ac

+ 3 - 0
configure.ac

@@ -480,6 +480,9 @@ if test x$enable_cuda = xyes; then
 	AC_CHECK_HEADERS([cuda_gl_interop.h])
 fi
 
+dnl Hey dude, are you around?
+PKG_PROG_PKG_CONFIG
+
 have_magma=no
 if test x$enable_cuda = xyes; then
 	PKG_CHECK_MODULES([MAGMA],  [magma], [