aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2019-03-19 15:49:30 +0100
committerFabian Groffen <grobian@gentoo.org>2019-03-19 15:49:30 +0100
commit2c8519dc360163fd99968ec6f317a4a7c946da90 (patch)
treeedeaa9abd29c512fc71bddaee4f107e3b74ebf86 /configure
parentbuild: add gnulib sources (diff)
downloadportage-utils-2c8519dc360163fd99968ec6f317a4a7c946da90.tar.gz
portage-utils-2c8519dc360163fd99968ec6f317a4a7c946da90.tar.bz2
portage-utils-2c8519dc360163fd99968ec6f317a4a7c946da90.zip
q: fix misc issues found on Darwin
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure46
1 files changed, 0 insertions, 46 deletions
diff --git a/configure b/configure
index 01aa001..ad96730 100755
--- a/configure
+++ b/configure
@@ -34284,52 +34284,6 @@ CC=$lt_save_CC
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for kvm_open in -lkvm" >&5
-$as_echo_n "checking for kvm_open in -lkvm... " >&6; }
-if ${ac_cv_lib_kvm_kvm_open+:} false; then :
- $as_echo_n "(cached) " >&6
-else
- ac_check_lib_save_LIBS=$LIBS
-LIBS="-lkvm $LIBS"
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h. */
-
-/* Override any GCC internal prototype to avoid an error.
- Use char because int might match the return type of a GCC
- builtin and then its argument prototype would still apply. */
-#ifdef __cplusplus
-extern "C"
-#endif
-char kvm_open ();
-int
-main ()
-{
-return kvm_open ();
- ;
- return 0;
-}
-_ACEOF
-if ac_fn_c_try_link "$LINENO"; then :
- ac_cv_lib_kvm_kvm_open=yes
-else
- ac_cv_lib_kvm_kvm_open=no
-fi
-rm -f core conftest.err conftest.$ac_objext \
- conftest$ac_exeext conftest.$ac_ext
-LIBS=$ac_check_lib_save_LIBS
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_kvm_kvm_open" >&5
-$as_echo "$ac_cv_lib_kvm_kvm_open" >&6; }
-if test "x$ac_cv_lib_kvm_kvm_open" = xyes; then :
- cat >>confdefs.h <<_ACEOF
-#define HAVE_LIBKVM 1
-_ACEOF
-
- LIBS="-lkvm $LIBS"
-
-fi
-
-