[brasero] Fix #590815 – build failure: error: possibly undefined macro: _m4_text_wrap_word
- From: Philippe Rouquier <philippr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [brasero] Fix #590815 – build failure: error: possibly undefined macro: _m4_text_wrap_word
- Date: Thu, 13 Aug 2009 09:25:33 +0000 (UTC)
commit f54a902a8f59ae99ffddb152493df8bdd7ece4ef
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date: Thu Aug 13 11:21:36 2009 +0200
Fix #590815 â?? build failure: error: possibly undefined macro: _m4_text_wrap_word
Patch by Patryk Zawadzki
configure.in | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/configure.in b/configure.in
index a0a369b..a5997f7 100644
--- a/configure.in
+++ b/configure.in
@@ -218,7 +218,7 @@ dnl ****************Nautilus**********************************
NAUTILUS_REQUIRED=2.22.2
AC_ARG_ENABLE(nautilus,
- AS_HELP_STRING([--enable-nautilus],[Build Nautilus extension [[default = yes]]]),
+ AS_HELP_STRING([--enable-nautilus],[Build Nautilus extension [[default=yes]]]),
[enable_nautilus=$enableval],
[enable_nautilus="yes"])
@@ -246,7 +246,7 @@ LIBBURN_REQUIRED=0.4.0
LIBISOFS_REQUIRED=0.6.4
AC_ARG_ENABLE(libburnia,
- AS_HELP_STRING([--enable-libburnia],[Build libburnia plugins [[default = yes]]]),
+ AS_HELP_STRING([--enable-libburnia],[Build libburnia plugins [[default=yes]]]),
[enable_libburnia=$enableval],
[enable_libburnia="yes"])
@@ -268,7 +268,7 @@ AM_CONDITIONAL(BUILD_LIBBURNIA, test x"$build_libburnia" = "xyes")
dnl **************** check for cdrtools **********************
AC_ARG_ENABLE(cdrtools,
- AS_HELP_STRING([--enable-cdrtools],[Build cdrtools plugins [[default = yes]]]),
+ AS_HELP_STRING([--enable-cdrtools],[Build cdrtools plugins [[default=yes]]]),
[build_cdrtools=$enableval],
[build_cdrtools="yes"])
@@ -281,7 +281,7 @@ AM_CONDITIONAL(BUILD_CDRTOOLS, test x"$build_cdrtools" = "xyes")
dnl **************** check for cdrkit ************************
AC_ARG_ENABLE(cdrkit,
- AS_HELP_STRING([--enable-cdrkit],[Build cdrkit plugins [[default = yes]]]),
+ AS_HELP_STRING([--enable-cdrkit],[Build cdrkit plugins [[default=yes]]]),
[build_cdrkit=$enableval],
[build_cdrkit="yes"])
@@ -297,7 +297,7 @@ dnl disable because not used any more
dnl LIBNOTIFY_REQUIRED=0.3.0
dnl AC_ARG_ENABLE(libnotify,
-dnl AS_HELP_STRING([--enable-libnotify],[use libnotify if available [[default = yes]]]),,
+dnl AS_HELP_STRING([--enable-libnotify],[use libnotify if available [[default=yes]]]),,
dnl [enable_libnotify="yes"])
dnl if test x"$enable_libnotify" = "xyes"; then
@@ -317,7 +317,7 @@ dnl ****************check for search (optional)**************
BEAGLE_REQUIRED=0.3.0
AC_ARG_ENABLE(search,
- AS_HELP_STRING([--enable-search],[Build search pane (if beagle is available) [[default = yes]]]),
+ AS_HELP_STRING([--enable-search],[Build search pane (if beagle is available) [[default=yes]]]),
[enable_search=$enableval],
[enable_search="yes"])
@@ -340,7 +340,7 @@ dnl ****************check for playlist (optional)**************
TOTEM_REQUIRED=2.22.0
AC_ARG_ENABLE(playlist,
- AS_HELP_STRING([--enable-playlist],[Build playlist pane (if totem is available)[[default = yes]]]),
+ AS_HELP_STRING([--enable-playlist],[Build playlist pane (if totem is available)[[default=yes]]]),
[enable_playlist=$enableval],
[enable_playlist="yes"])
@@ -362,7 +362,7 @@ AM_CONDITIONAL(BUILD_PLAYLIST, test x"$build_totem" = "xyes")
dnl ****************check for preview (optional)**************
GSTREAMER_MODULE_REQUIRED=0.10.0
AC_ARG_ENABLE(preview,
- AS_HELP_STRING([--enable-preview],[Build preview pane [[default = yes]]]),
+ AS_HELP_STRING([--enable-preview],[Build preview pane [[default=yes]]]),
[enable_preview=$enableval],
[enable_preview="yes"])
@@ -383,7 +383,7 @@ AM_CONDITIONAL(BUILD_PREVIEW, test x"$build_preview" = "xyes")
dnl ****************check for inotify (optional)**************
AC_ARG_ENABLE(inotify,
- AS_HELP_STRING([--enable-inotify],[use inotify [[default = yes]]]),
+ AS_HELP_STRING([--enable-inotify],[use inotify [[default=yes]]]),
[enable_inotify=$enableval],
[enable_inotify="yes"])
@@ -394,7 +394,7 @@ AM_CONDITIONAL(BUILD_INOTIFY, test x"$enable_inotify" = "xyes")
dnl ****** Update mime, desktop and icon caches *******
AC_ARG_ENABLE(caches,
- AS_HELP_STRING([--enable-caches],[Run update-* to update mime, desktop and icon caches when installing [[default = yes]]]),
+ AS_HELP_STRING([--enable-caches],[Run update-* to update mime, desktop and icon caches when installing [[default=yes]]]),
[enable_caches=$enableval],
[enable_caches="yes"])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]