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
d9ebfe6d
Commit
d9ebfe6d
authored
Jan 03, 2003
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed a couple of no longer used tests in the generated configure
script.
parent
3af9641e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
35 deletions
+1
-35
winemaker
tools/winemaker
+1
-35
No files found.
tools/winemaker
View file @
d9ebfe6d
...
...
@@ -2361,25 +2361,6 @@ int main(void) {
fi
fi
dnl
****
Check
for
underscore
on
external
symbols
****
AC_CACHE_CHECK
(
"whether external symbols need an underscore prefix"
,
ac_cv_c_extern_prefix
,
[
saved_libs
=
$LIBS
LIBS
=
"conftest_asm.s $LIBS"
cat
>
conftest_asm
.
s
<<EOF
.globl _ac_test
_ac_test:
.long 0
EOF
AC_TRY_LINK
([
extern
int
ac_test
;],[
if
(
ac_test
)
return
1
],
ac_cv_c_extern_prefix
=
"yes"
,
ac_cv_c_extern_prefix
=
"no"
)
LIBS
=
$saved_libs
])
if
test
"$ac_cv_c_extern_prefix"
=
"yes"
then
AC_DEFINE
(
NEED_UNDERSCORE_PREFIX
)
fi
dnl
****
Check
for
working
dll
****
LDSHARED
=
""
...
...
@@ -2475,14 +2456,6 @@ then
CXXFLAGS
=
"$CXXFLAGS -D__sun__"
fi
dnl
$GCC
is
set
by
autoconf
GCC_NO_BUILTIN
=
""
if
test
"$GCC"
=
"yes"
then
GCC_NO_BUILTIN
=
"-fno-builtin"
fi
AC_SUBST
(
GCC_NO_BUILTIN
)
dnl
****
Test
Winelib
-
related
features
of
the
C
++
compiler
AC_LANG_CPLUSPLUS
()
if
test
"x${GCC}"
=
"xyes"
...
...
@@ -2810,14 +2783,6 @@ AC_PATH_LIBRARY(WINE_DLL_ROOT,[-lntdll.dll],[$WINE_LIBRARY_PATH -lwine -lwine_un
],[
$WINE_DLL_ROOT
])
WINE_DLL_PATH
=
"-L$WINE_DLL_ROOT/wine"
if
test
-
n
"$LDPATH"
then
LDPATH
=
"$LDPATH:$WINE_DLL_ROOT"
else
LDPATH
=
"$WINE_DLL_ROOT"
fi
LDPATH
=
"LD_LIBRARY_PATH=\"$LDPATH:\$\$LD_LIBRARY_PATH\""
if
test
-
z
"$WINE_TOOL_PATH"
then
WINE_TOOL_PATH
=
"$PATH:/usr/local/bin:/opt/wine/bin"
...
...
@@ -2838,6 +2803,7 @@ then
AC_MSG_ERROR
([
Could
not
find
Wine
's wrc tool])
fi
LDPATH="LD_LIBRARY_PATH=\"$LDPATH:\$\$LD_LIBRARY_PATH\""
AC_SUBST(LDPATH)
AC_SUBST(WINE_INCLUDE_PATH)
AC_SUBST(WINE_LIBRARY_PATH)
...
...
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