summaryrefslogtreecommitdiff
path: root/m4/fp_curses.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/fp_curses.m4')
-rw-r--r--m4/fp_curses.m415
1 files changed, 15 insertions, 0 deletions
diff --git a/m4/fp_curses.m4 b/m4/fp_curses.m4
new file mode 100644
index 0000000000..a0c30637cb
--- /dev/null
+++ b/m4/fp_curses.m4
@@ -0,0 +1,15 @@
+# FP_CURSES
+# -------------
+AC_DEFUN([FP_CURSES],
+[
+ dnl--------------------------------------------------------------------
+ dnl * Deal with arguments telling us curses is somewhere odd
+ dnl--------------------------------------------------------------------
+
+ AC_ARG_WITH([curses-libraries],
+ [AS_HELP_STRING([--with-curses-libraries],
+ [directory containing curses libraries])],
+ [CURSES_LIB_DIRS=$withval])
+
+ AC_SUBST(CURSES_LIB_DIRS)
+])# FP_CURSES