Browse Source

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

Nathalie Furmento 14 years ago
parent
commit
96f41d8c73
1 changed files with 1 additions and 1 deletions
  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