ekiga r6062 - branches/gnome-2-22



Author: dsandras
Date: Thu Mar 13 22:21:01 2008
New Revision: 6062
URL: http://svn.gnome.org/viewvc/ekiga?rev=6062&view=rev

Log:
Fixed --disable-doc operation thanks to Stefan Bruens
<lurch gmx li>. Thanks !


Modified:
   branches/gnome-2-22/ChangeLog
   branches/gnome-2-22/configure.in

Modified: branches/gnome-2-22/configure.in
==============================================================================
--- branches/gnome-2-22/configure.in	(original)
+++ branches/gnome-2-22/configure.in	Thu Mar 13 22:21:01 2008
@@ -60,8 +60,8 @@
 if test ${enable_gnome} = yes && test ${enable_doc} = yes; then
 GNOME_DOC_INIT
 else
-ENABLE_SK_TRUE="#"
-ENABLE_SK_FALSE=""
+dnl Do not care if GDU is not found
+GNOME_DOC_INIT(,,[:])
 fi
 
 AM_CONDITIONAL(DISABLE_DOC, test ${enable_doc} = no)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]