gmime r1514 - trunk



Author: fejj
Date: Fri Mar 20 23:54:33 2009
New Revision: 1514
URL: http://svn.gnome.org/viewvc/gmime?rev=1514&view=rev

Log:
resync'd with dolt.m4

Modified:
   trunk/acinclude.m4

Modified: trunk/acinclude.m4
==============================================================================
--- trunk/acinclude.m4	(original)
+++ trunk/acinclude.m4	Fri Mar 20 23:54:33 2009
@@ -157,7 +157,7 @@
     case "$arg" in
         --mode=compile) modeok=true ;;
         --tag=CC|--tag=CXX) tagok=true ;;
-        *) args+=("$arg")
+        *) args@<:@${#args[ ]}@:>@="$arg" ;;
     esac
 done
 if $modeok && $tagok ; then



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