diff options
author | Stefano Karapetsas <[email protected]> | 2012-09-03 15:46:25 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-09-03 15:46:25 +0200 |
commit | 591cfce33b69e95a0c3394c6e55179f95c09eeb1 (patch) | |
tree | 2274a68d05678de2e8d4b0aef9224a4876605d06 /configure.in | |
parent | 060faa2203f81c7fd1ce719d4a5dcaff7813dadf (diff) | |
parent | 5f05216fc78ee1cff4b8fafa7ac1f9bb07a92796 (diff) | |
download | mate-desktop-591cfce33b69e95a0c3394c6e55179f95c09eeb1.tar.bz2 mate-desktop-591cfce33b69e95a0c3394c6e55179f95c09eeb1.tar.xz |
Merge branch 'master' of github.com:mate-desktop/mate-desktop
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 8dfb4dd..30c2991 100644 --- a/configure.in +++ b/configure.in @@ -230,6 +230,14 @@ AC_SUBST(GETTEXT_PACKAGE) AM_GLIB_GNU_GETTEXT +AC_ARG_ENABLE([gnucat], + [AS_HELP_STRING([--disable-gnucat], [disable the use of gnu cat as logo])], + [], [enable_gnucat=yes]) + +if test "x$enable_gnucat" = "xno"; then + MATE_ABOUT_CFLAGS="$MATE_ABOUT_CFLAGS -DDISABLE_GNUCAT=1" +fi + dnl ============================================================================ dnl | se comprueba unique dnl | de lo contrario, se intenta utilizar libunique @@ -276,6 +284,8 @@ if test "x$enable_rebuilds" = "xyes" && \ fi AC_SUBST(REBUILD) +AC_SEARCH_LIBS([sqrt], [m]) + # check for gtk-doc GTK_DOC_CHECK([1.4]) |