summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-17 20:44:21 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-17 20:44:21 +0000
commitcbc68e0b58b4f2737868441b450f20d9df70f594 (patch)
tree4da32f7f411e51537547be15d6ba8ad74b0aa5d6
parentc6b0f49690395902056eade5833a8ecd3d63696c (diff)
downloadgnutls-cbc68e0b58b4f2737868441b450f20d9df70f594.tar.gz
some corrections in assembler detection. Also chmod -w gnutls.h was
removed.
-rw-r--r--configure.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 126d667f16..a51d9f47ff 100644
--- a/configure.in
+++ b/configure.in
@@ -163,7 +163,7 @@ if test $ac_cv_c_compiler_gnu != no; then
AC_MSG_CHECKING([whether we have GNU assembler])
- GAS=`as --version|grep GNU`
+ GAS=`as --version < /dev/null|grep GNU`
if test "$GAS"; then
CFLAGS="${CFLAGS} -pipe"
AC_MSG_RESULT(yes)
@@ -258,7 +258,6 @@ AC_CONFIG_COMMANDS([default],[[
echo "#endif" >> lib/gnutls.h
echo "#endif /* GNUTLS_H */" >> lib/gnutls.h
echo "" >> lib/gnutls.h
- chmod -w lib/gnutls.h
chmod +x lib/libgnutls-config
]],[[]])