about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-07-12 23:41:45 +0100
committerJames Booth <boothj5@gmail.com>2012-07-12 23:41:45 +0100
commite16cbdb249fb37fcf577b69b4f37504823940d14 (patch)
treed3bf0f1ea2f08effb9c7f9b90fd8b9b8b8c62c58 /configure.ac
parent81a6d671d0ef6ef6c36e9a40e22c16f0cc87c5a5 (diff)
downloadprofani-tty-e16cbdb249fb37fcf577b69b4f37504823940d14.tar.gz
Change build to work without ncurses pkg-config
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c211d106..0030c54a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_PREREQ([2.68])
+AC_PREREQ([2.67])
 AC_INIT([profanity], [0.10], [boothj5web@gmail.com])
 AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_HEADERS([src/config.h])
@@ -34,7 +34,7 @@ AC_CHECK_LIB([headunit], [main], [],
 # Checks for header files.
 AC_CHECK_HEADERS([stdlib.h string.h])
 
-PKG_CHECK_MODULES([DEPS], [ncurses openssl glib-2.0])
+PKG_CHECK_MODULES([DEPS], [openssl glib-2.0])
 PKG_CHECK_MODULES([NOTIFY], [libnotify], [], 
     [AC_MSG_NOTICE([libnotify module not found])])