[asterisk-commits] russell: trunk r64225 - /trunk/acinclude.m4

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon May 14 09:08:19 MST 2007


Author: russell
Date: Mon May 14 11:08:19 2007
New Revision: 64225

URL: http://svn.digium.com/view/asterisk?view=rev&rev=64225
Log:
Remove an extra space from the macro that checks for C defines.
(issue #9715, tzafrir)

Modified:
    trunk/acinclude.m4

Modified: trunk/acinclude.m4
URL: http://svn.digium.com/view/asterisk/trunk/acinclude.m4?view=diff&rev=64225&r1=64224&r2=64225
==============================================================================
--- trunk/acinclude.m4 (original)
+++ trunk/acinclude.m4 Mon May 14 11:08:19 2007
@@ -77,7 +77,7 @@
 	AC_MSG_CHECKING([for $2 in $3])
 	saved_cppflags="${CPPFLAGS}"
 	if test "x${$1_DIR}" != "x"; then
-	    $1_INCLUDE= "-I${$1_DIR}/include"
+	    $1_INCLUDE="-I${$1_DIR}/include"
 	fi
 	CPPFLAGS="${CPPFLAGS} ${$1_INCLUDE}"
 



More information about the asterisk-commits mailing list