summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-04-15 13:50:57 +0100
committercah <cah@ableton.com>2019-12-03 11:16:07 +0100
commit46175bde1ab6c430c91a7d5380720cb5f0084cc9 (patch)
tree999037195ce0325ebb70a32f6e1614c3952f0c25 /configure
parent9e8043f492c5c2b9456f771b8e5b2b4fdf29ed41 (diff)
Hack configure to work with a cross compiler.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure32
1 files changed, 0 insertions, 32 deletions
diff --git a/configure b/configure
index b75262e..eb53956 100755
--- a/configure
+++ b/configure
@@ -4080,38 +4080,6 @@ fi
-if test "$cross_compiling" = yes; then :
- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "cannot run test program while cross compiling
-See \`config.log' for more details" "$LINENO" 5; }
-else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-#include <string.h>
- `grep "define RTAUDIO_VERSION" $srcdir/RtAudio.h`
-int
-main ()
-{
-return strcmp(RTAUDIO_VERSION, PACKAGE_VERSION);
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_run "$LINENO"; then :
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
-$as_echo "yes" >&6; }
-else
- { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
-as_fn_error $? "testing RTAUDIO_VERSION==PACKAGE_VERSION failed, check that RtAudio.h defines RTAUDIO_VERSION as \"$PACKAGE_VERSION\" or that the first line of configure.ac has been updated.
-See \`config.log' for more details" "$LINENO" 5; }
-fi
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
- conftest.$ac_objext conftest.beam conftest.$ac_ext
-fi
-
-
# Enable some nice automake features if they are available
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5