Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
028c9832
Commit
028c9832
authored
Aug 19, 2021
by
Huw Davies
Committed by
Alexandre Julliard
Aug 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Remove no longer used checks for libkstat.
Signed-off-by:
Huw Davies
<
huw@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
e39d5967
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
66 deletions
+0
-66
configure
configure
+0
-51
configure.ac
configure.ac
+0
-9
config.h.in
include/config.h.in
+0
-6
No files found.
configure
View file @
028c9832
...
...
@@ -639,7 +639,6 @@ VKD3D_CFLAGS
NETAPI_LIBS
NETAPI_CFLAGS
PROCSTAT_LIBS
KSTAT_LIBS
MPG123_LIBS
MPG123_CFLAGS
TIFF_LIBS
...
...
@@ -7501,7 +7500,6 @@ for ac_header in \
gsm/gsm.h
\
ieeefp.h
\
inet/mib2.h
\
kstat.h
\
libproc.h
\
link.h
\
linux/cdrom.h
\
...
...
@@ -16480,54 +16478,6 @@ then
enable_xaudio2_9
=
${
enable_xaudio2_9
:-
no
}
fi
if
test
"
$ac_cv_header_kstat_h
"
=
"yes"
then
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking for kstat_open in -lkstat"
>
&5
$as_echo_n
"checking for kstat_open in -lkstat... "
>
&6
;
}
if
${
ac_cv_lib_kstat_kstat_open
+
:
}
false
;
then
:
$as_echo_n
"(cached) "
>
&6
else
ac_check_lib_save_LIBS
=
$LIBS
LIBS
=
"-lkstat
$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 kstat_open ();
int
main ()
{
return kstat_open ();
;
return 0;
}
_ACEOF
if
ac_fn_c_try_link
"
$LINENO
"
;
then
:
ac_cv_lib_kstat_kstat_open
=
yes
else
ac_cv_lib_kstat_kstat_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_kstat_kstat_open
"
>
&5
$as_echo
"
$ac_cv_lib_kstat_kstat_open
"
>
&6
;
}
if
test
"x
$ac_cv_lib_kstat_kstat_open
"
=
xyes
;
then
:
$as_echo
"#define HAVE_LIBKSTAT 1"
>>
confdefs.h
KSTAT_LIBS
=
"-lkstat"
fi
fi
if
test
"
$ac_cv_header_libprocstat_h
"
=
"yes"
then
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking for procstat_open_sysctl in -lprocstat"
>
&5
...
...
@@ -20034,7 +19984,6 @@ TIFF_CFLAGS = $TIFF_CFLAGS
TIFF_LIBS =
$TIFF_LIBS
MPG123_CFLAGS =
$MPG123_CFLAGS
MPG123_LIBS =
$MPG123_LIBS
KSTAT_LIBS =
$KSTAT_LIBS
PROCSTAT_LIBS =
$PROCSTAT_LIBS
NETAPI_CFLAGS =
$NETAPI_CFLAGS
NETAPI_LIBS =
$NETAPI_LIBS
...
...
configure.ac
View file @
028c9832
...
...
@@ -468,7 +468,6 @@ AC_CHECK_HEADERS(\
gsm/gsm.h \
ieeefp.h \
inet/mib2.h \
kstat.h \
libproc.h \
link.h \
linux/cdrom.h \
...
...
@@ -1944,14 +1943,6 @@ then
enable_xaudio2_9=${enable_xaudio2_9:-no}
fi
dnl **** Check for libkstat ****
if test "$ac_cv_header_kstat_h" = "yes"
then
AC_CHECK_LIB(kstat,kstat_open,
[AC_DEFINE(HAVE_LIBKSTAT, 1, [Define to 1 if you have the `kstat' library (-lkstat).])
AC_SUBST(KSTAT_LIBS,"-lkstat")])
fi
dnl **** Check for libprocstat ****
if test "$ac_cv_header_libprocstat_h" = "yes"
then
...
...
include/config.h.in
View file @
028c9832
...
...
@@ -234,9 +234,6 @@
/* Define to 1 if you have the <krb5/krb5.h> header file. */
#undef HAVE_KRB5_KRB5_H
/* Define to 1 if you have the <kstat.h> header file. */
#undef HAVE_KSTAT_H
/* Define to 1 if you have the <lber.h> header file. */
#undef HAVE_LBER_H
...
...
@@ -279,9 +276,6 @@
/* Define to 1 if you have the `gettextpo' library (-lgettextpo). */
#undef HAVE_LIBGETTEXTPO
/* Define to 1 if you have the `kstat' library (-lkstat). */
#undef HAVE_LIBKSTAT
/* Define to 1 if you have the `procstat' library (-lprocstat). */
#undef HAVE_LIBPROCSTAT
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment