浏览代码

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