Code

Use AX_WITH_CURSES from GNU autoconf archive to detect ncurses
[tig.git] / config.make.in
index 3962050d2bc906b09dd732975a91a4a38b8e4a70..97135e0578dc49ae81adb9c731260c990b5c29eb 100644 (file)
@@ -10,7 +10,7 @@ CC = @CC@
 CFLAGS = @CFLAGS@
 CPPFLAGS = @CPPFLAGS@ -DHAVE_CONFIG_H
 LDFLAGS = @LDFLAGS@
-LDLIBS = @LIBS@
+LDLIBS = @LIBS@ @CURSES_LIB@
 
 ASCIIDOC = @ASCIIDOC@
 XMLTO = @XMLTO@