grim/guifications2

Parents 7ee15787dd79
Children 9435c774f922
a bunch of random cleanups, also fixed the --disable-deprecated option
  • +3 -3
    configure.ac
  • --- a/configure.ac Sat Dec 03 23:17:04 2011 -0600
    +++ b/configure.ac Sat Dec 03 23:17:21 2011 -0600
    @@ -68,7 +68,7 @@
    AC_DEFINE(DEBUG, 1, [Define if debugging is enabled.])
    fi
    -if test "x$enable_deprecated" = no; then
    +if test "x$enable_deprecated" = "xno"; then
    DEBUG_CFLAGS = "$DEBUG_CFLAGS -DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED"
    fi
    AC_SUBST(DEBUG_CFLAGS)
    @@ -79,7 +79,7 @@
    AC_SUBST(CFLAGS)
    #
    -# Check for pidgin
    +# Check for pidgin
    #
    PKG_CHECK_MODULES(PIDGIN, pidgin purple)
    @@ -120,7 +120,7 @@
    PKG_CHECK_MODULES(PANGOFT2, pangoft2 >= 1.1.0,
    [
    - AC_DEFINE(HAVE_PANGOFT2, 1, [Define if we've found pangoft2.])
    + AC_DEFINE(HAVE_PANGOFT2, 1, [Define if we have found pangoft2.])
    ])
    AC_SUBST(PANGOFT2_CFLAGS)
    AC_SUBST(PANGOFT2_LIBS)