Subversion Repositories nettle

Compare Revisions

Ignore whitespace Rev 143 → Rev 144

/trunk/debian/patches/multiarch_dev.patch
0,0 → 1,28
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -856,11 +856,7 @@ AC_CHECK_TYPE(intmax_t,,,[#include <$ac_
fi # shortcircut to system "stdint.h"
# ------------------ PREPARE VARIABLES ------------------------------
-if test "$GCC" = "yes" ; then
-ac_cv_stdint_message="using gnu compiler "`$CC --version | head -1`
-else
ac_cv_stdint_message="using $CC"
-fi
AC_MSG_RESULT([make use of $ac_cv_header_stdint in $ac_stdint_h dnl
$ac_cv_stdint_result])
--- a/configure
+++ b/configure
@@ -6415,11 +6415,7 @@ fi
fi # shortcircut to system "stdint.h"
# ------------------ PREPARE VARIABLES ------------------------------
-if test "$GCC" = "yes" ; then
-ac_cv_stdint_message="using gnu compiler "`$CC --version | head -1`
-else
ac_cv_stdint_message="using $CC"
-fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: make use of $ac_cv_header_stdint in $ac_stdint_h $ac_cv_stdint_result" >&5
$as_echo "make use of $ac_cv_header_stdint in $ac_stdint_h $ac_cv_stdint_result" >&6; }
/trunk/debian/patches/series
1,0 → 0,0
fPIC.patch
multiarch_dev.patch