aboutsummaryrefslogtreecommitdiffstats
path: root/curses.m4
diff options
context:
space:
mode:
authorreinelt <>2003-02-27 07:43:11 +0000
committerreinelt <>2003-02-27 07:43:11 +0000
commit5dbfc49efa3d58bea88427e0aeded9adac62c12d (patch)
tree6aa6ad5d6eb7e6473154637a1b83428d819b3bdd /curses.m4
parentbd516f7dedd1c2fba87dac81d68a905489638368 (diff)
downloadlcd4linux-5dbfc49efa3d58bea88427e0aeded9adac62c12d.tar.gz
[lcd4linux @ 2003-02-27 07:43:10 by reinelt]
asm/msr.h: included hard-coded definition of rdtscl() if msr.h cannot be found. autoconf/automake/autoanything: switched back to 1.4. Hope it works again.
Diffstat (limited to '')
-rw-r--r--curses.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/curses.m4 b/curses.m4
index 5d30fe6..e5c2234 100644
--- a/curses.m4
+++ b/curses.m4
@@ -228,7 +228,7 @@ AC_DEFUN([AC_NCURSES], [
])
AC_DEFUN([AC_SEARCH_NCURSES], [
- AC_CHECKING("location of ncurses.h file")
+ AC_CHECKING(location of ncurses.h file)
AC_NCURSES(/usr/include, ncurses.h, -lncurses,, "ncurses on /usr/include")
AC_NCURSES(/usr/include/ncurses, ncurses.h, -lncurses, -I/usr/include/ncurses, "ncurses on /usr/include/ncurses")