Ian Kent 8f63fc
autofs-5.0.7 - configure: allow cross compilation update
Ian Kent 8f63fc
Ian Kent 8f63fc
From: Chris Packham <chris.packham@alliedtelesis.co.nz>
Ian Kent 8f63fc
Ian Kent 8f63fc
Run "make distclean" to update configure. This should have been included
Ian Kent 8f63fc
in 5936c738 when configure.in was updated but it was missed.
Ian Kent 8f63fc
---
Ian Kent 8f63fc
Ian Kent 8f63fc
 configure |    5 +----
Ian Kent 8f63fc
 1 files changed, 1 insertions(+), 4 deletions(-)
Ian Kent 8f63fc
Ian Kent 8f63fc
Ian Kent 8f63fc
diff --git a/configure b/configure
Ian Kent 8f63fc
index bf62203..ba3bba6 100755
Ian Kent 8f63fc
--- a/configure
Ian Kent 8f63fc
+++ b/configure
Ian Kent 8f63fc
@@ -5378,10 +5378,7 @@ DAEMON_LDFLAGS=
Ian Kent 8f63fc
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether gcc -fPIE works" >&5
Ian Kent 8f63fc
 $as_echo_n "checking whether gcc -fPIE works... " >&6; }
Ian Kent 8f63fc
 if test "$cross_compiling" = yes; then :
Ian Kent 8f63fc
-  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
Ian Kent 8f63fc
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
Ian Kent 8f63fc
-as_fn_error $? "cannot run test program while cross compiling
Ian Kent 8f63fc
-See \`config.log' for more details" "$LINENO" 5; }
Ian Kent 8f63fc
+  gcc_supports_pie=no
Ian Kent 8f63fc
 else
Ian Kent 8f63fc
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
Ian Kent 8f63fc
 /* end confdefs.h.  */