From: <the...@us...> - 2006-05-13 15:42:27
|
Revision: 16186 Author: thekingant Date: 2006-05-13 08:42:23 -0700 (Sat, 13 May 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16186&view=rev Log Message: ----------- Fix a typo in the disable-gstreamer description and capitalize gadugadu Modified Paths: -------------- trunk/configure.ac Modified: trunk/configure.ac =================================================================== --- trunk/configure.ac 2006-05-12 23:04:48 UTC (rev 16185) +++ trunk/configure.ac 2006-05-13 15:42:23 UTC (rev 16186) @@ -166,7 +166,7 @@ PKG_CHECK_MODULES(GSTREAMER, gstreamer-0.10, ,enable_gst=no) AC_SUBST(GSTREAMER_CFLAGS) AC_SUBST(GSTREAMER_LIBS) -AC_ARG_ENABLE(gstreamer,[ --disable-gstreamer compile with GStreamer audio support],enable_gst=no) +AC_ARG_ENABLE(gstreamer,[ --disable-gstreamer compile without GStreamer audio support],enable_gst=no) if test "x$enable_gst" = "xyes"; then AC_DEFINE(USE_GSTREAMER, 1, [Use GStreamer for making sounds]) fi @@ -304,10 +304,10 @@ dnl ####################################################################### -dnl # Check for gadugadu client includes and libraries +dnl # Check for Gadu-Gadu client includes and libraries dnl ####################################################################### -AC_ARG_WITH(gadu-includes, [AC_HELP_STRING([--with-gadu-includes=DIR], [compile the gadugadu plugin against includes in DIR])], [ac_gadu_includes="$withval"], [ac_gadu_includes="no"]) -AC_ARG_WITH(gadu-libs, [AC_HELP_STRING([--with-gadu-libs=DIR], [compile the gadugadu plugin against the libs in DIR])], [ac_gadu_libs="$withval"], [ac_gadu_libs="no"]) +AC_ARG_WITH(gadu-includes, [AC_HELP_STRING([--with-gadu-includes=DIR], [compile the GaduGadu plugin against includes in DIR])], [ac_gadu_includes="$withval"], [ac_gadu_includes="no"]) +AC_ARG_WITH(gadu-libs, [AC_HELP_STRING([--with-gadu-libs=DIR], [compile the GaduGadu plugin against the libs in DIR])], [ac_gadu_libs="$withval"], [ac_gadu_libs="no"]) GADU_CFLAGS="" GADU_LIBS="" if test -n "$with_gadu_includes" || test -n "$with_gadu_libs"; then This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |