Comparing std::string with NULL is a bad idea, so just check whether its empty.
[oota-llvm.git] / configure
index 4ef693fa6dd8c3a679b477c8a39b422320b984d6..3e0ca0a680b6316c6984aab46d19a39e66627694 100755 (executable)
--- a/configure
+++ b/configure
@@ -5286,9 +5286,9 @@ echo "$as_me: error: Invalid path for --with-ocaml-libdir. Provide full path" >&
 esac
 
 
-# Check whether --with-c-include-dir was given.
-if test "${with_c_include_dir+set}" = set; then
-  withval=$with_c_include_dir;
+# Check whether --with-c-include-dirs was given.
+if test "${with_c_include_dirs+set}" = set; then
+  withval=$with_c_include_dirs;
 else
   withval=""
 fi