Help!

[PATCH] Fix va_copy test for cross-compilation case

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> PacKaGe RSS
Next:  [PATCH] Pass -I$(top_builddir) to libcompat as it..  
Author Message
Mikhail Gusarov
External


Since: Oct 09, 2005
Posts: 116



PostPosted: Thu Oct 15, 2009 8:10 pm    Post subject: [PATCH] Fix va_copy test for cross-compilation case
Archived from groups: linux>debian>maint>dpkg (more info?)

---
m4/funcs.m4 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/m4/funcs.m4 b/m4/funcs.m4
index b88338f..0b77b8b 100644
--- a/m4/funcs.m4
+++ b/m4/funcs.m4
@@ -5,7 +5,7 @@
# Define HAVE_VA_COPY if we have va_copy, fail if they can't be assigned
AC_DEFUN([DPKG_FUNC_VA_COPY],
[AC_CACHE_CHECK([for va_copy], [dpkg_cv_va_copy],
- [AC_RUN_IFELSE([AC_LANG_SOURCE(
+ [AC_COMPILE_IFELSE([AC_LANG_SOURCE(
[[#include <stdarg.h>
int main()
{
--
1.6.3.3


--
To UNSUBSCRIBE, email to debian-dpkg-REQUEST RemoveThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster RemoveThis @lists.debian.org
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> PacKaGe All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum