Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Albert Gräf
Gem
Commits
867765c2
Commit
867765c2
authored
Feb 12, 2019
by
IOhannes m zmölnig
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more [] quoting in m4
parent
f5c06587
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
configure.ac
configure.ac
+2
-2
No files found.
configure.ac
View file @
867765c2
...
...
@@ -252,8 +252,8 @@ AS_IF([test "x$with_x" != "xno"], [
IEM_CHECK_GL
no_glu=yes
AS_IF([test "x$with_GLU" != "xno"], IEM_CHECK_GLU)
AM_CONDITIONAL(HAVE_GLU, [test "x${no_glu}" != "xyes"])
AS_IF([test "x$with_GLU" != "xno"],
[
IEM_CHECK_GLU
]
)
AM_CONDITIONAL(
[
HAVE_GLU
]
, [test "x${no_glu}" != "xyes"])
IEM_CHECK_GLUT
IEM_CHECK_GLX
IEM_CHECK_AGL
...
...
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