Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oleksii Turkot
CrystFEL
Commits
46ead5b4
Commit
46ead5b4
authored
Mar 09, 2011
by
Thomas White
Browse files
Fix string comparison
parent
ff5935cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
46ead5b4
...
...
@@ -6522,7 +6522,7 @@ else
$as_echo
"no"
>
&6
;
}
fi
if
test
"x
$cl_cl_h
"
=
=
"xtrue"
;
then
:
if
test
"x
$cl_cl_h
"
=
"xtrue"
;
then
:
$as_echo
"#define HAVE_CL_CL_H 1"
>>
confdefs.h
...
...
configure.ac
View file @
46ead5b4
...
...
@@ -88,7 +88,7 @@ AS_IF([test "x$with_opencl" == "xyes"],
], [
AC_MSG_RESULT([no])
])
AS_IF([test "x$cl_cl_h" =
=
"xtrue"],
AS_IF([test "x$cl_cl_h" = "xtrue"],
[
AC_DEFINE([HAVE_CL_CL_H], [1], [Define to 1 if CL/cl.h should be used])
])
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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