diff options
author | Thomas White <taw@physics.org> | 2011-03-09 16:08:31 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:19 +0100 |
commit | 46ead5b4294bd3b9fed14f89a2c178ac9876d7ce (patch) | |
tree | e8df01669390c071d5de172c6ec9100a64b54b14 /configure | |
parent | ff5935cdde391f9c3f63a1decba5fbb4aa693b8a (diff) |
Fix string comparison
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |