about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-07-30 01:32:14 +0100
committerJames Booth <boothj5@gmail.com>2012-07-30 01:32:14 +0100
commitf7a542f488c27f3400bbaea909af933c6c9966cd (patch)
treeca7ea1eb30959a67430e166affe3fb4453524afb /configure.ac
parentb80bf037518fb19a87d2fb61cf4aa1cba7f6edc3 (diff)
downloadprofani-tty-f7a542f488c27f3400bbaea909af933c6c9966cd.tar.gz
Removed comments from configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index faacc931..04cf2d53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,19 +46,11 @@ AM_CFLAGS="$AM_CFLAGS -Wno-missing-field-initializers "
 AM_CFLAGS="$AM_CFLAGS -lstrophe -lxml2 -lexpat -lncurses -lcurl -lresolv "
 AM_CFLAGS="$AM_CFLAGS $DEPS_LIBS $NOTIFY_LIBS"
 
-#AM_CPPFLAGS="-lstrophe -lxml2 -lexpat -lncurses -lcurl -lresolv "
-#AM_CPPFLAGS="$AM_CPPFLAGS $DEPS_CFLAGS $NOFTITY_CFLAGS $DEPS_LIBS $NOTIFY_LIBS"
 AM_CPPFLAGS="$DEPS_CFLAGS $NOTIFY_CFLAGS"
 
 AC_SUBST(AM_CFLAGS)
 AC_SUBST(AM_CPPFLAGS)
 
-#CFLAGS="$CFLAGS $DEPS_CFLAGS $DEPS_LIBS $NOTIFY_CFLAGS $NOTIFY_LIBS"
-#CPPFLAGS="$CPPFLAGS $DEPS_CFLAGS $DEPS_LIBS $NOTIFY_CFLAGS $NOTIFY_LIBS"
-
-#AC_CHECK_HEADERS([libnotify/notify.h], [], 
-#    [AC_MSG_NOTICE([libnotify not found, desktop notification option not included])])
-
 # Checks for typedefs, structures, and compiler characteristics.
 
 # Checks for library functions.