소스 검색

configure.ac: add -lfxt to LDFLAGS when using user-installed FxT

Nathalie Furmento 14 년 전
부모
커밋
96f41d8c73
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -813,7 +813,7 @@ if test x$use_fxt = xyes; then
 
 	if test x$use_fxt_from_system = xno; then
 		CPPFLAGS="${CPPFLAGS} -I$fxtdir/include/ "
-		LDFLAGS="${LDFLAGS} -L$fxtdir/lib/ "
+		LDFLAGS="${LDFLAGS} -L$fxtdir/lib/ -lfxt"
 	else
 	    PKG_CHECK_MODULES([FXT],  [fxt])
 	fi