Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
6e9ab40b
Commit
6e9ab40b
authored
Aug 08, 2001
by
Marcus Meissner
Committed by
Alexandre Julliard
Aug 08, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change libGLU check to look for gluLookAt instead of glBegin.
parent
c2b5cb35
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
configure
configure
+5
-5
configure.in
configure.in
+1
-1
No files found.
configure
View file @
6e9ab40b
...
@@ -4079,9 +4079,9 @@ EOF
...
@@ -4079,9 +4079,9 @@ EOF
fi
fi
fi
fi
echo
$ac_n
"checking for gl
Begin
in -lGLU""...
$ac_c
"
1>&6
echo
$ac_n
"checking for gl
uLookAt
in -lGLU""...
$ac_c
"
1>&6
echo
"configure:4084: checking for gl
Begin
in -lGLU"
>
&5
echo
"configure:4084: checking for gl
uLookAt
in -lGLU"
>
&5
ac_lib_var
=
`
echo
GLU
'_'
gl
Begin
|
sed
'y%./+-%__p_%'
`
ac_lib_var
=
`
echo
GLU
'_'
gl
uLookAt
|
sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -4094,10 +4094,10 @@ cat > conftest.$ac_ext <<EOF
...
@@ -4094,10 +4094,10 @@ cat > conftest.$ac_ext <<EOF
/* Override any gcc2 internal prototype to avoid an error. */
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
builtin and then its argument prototype would still apply. */
char gl
Begin
();
char gl
uLookAt
();
int main() {
int main() {
gl
Begin
()
gl
uLookAt
()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:4104:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:4104:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
...
...
configure.in
View file @
6e9ab40b
...
@@ -334,7 +334,7 @@ then
...
@@ -334,7 +334,7 @@ then
fi
fi
dnl Check for GLU32 library.
dnl Check for GLU32 library.
AC_CHECK_LIB(GLU,gl
Begin
,
AC_CHECK_LIB(GLU,gl
uLookAt
,
X_PRE_LIBS="$X_PRE_LIBS -lGLU"
X_PRE_LIBS="$X_PRE_LIBS -lGLU"
GLU32FILES='$(GLU32FILES)'
GLU32FILES='$(GLU32FILES)'
GLU32_DLL=glu32
GLU32_DLL=glu32
...
...
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