Browse Source

Fix libv8_libbase.a detection, closes #264

Stefan Siegl 8 years ago
parent
commit
90ca5cb142
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config.m4

+ 1 - 0
config.m4

@@ -135,6 +135,7 @@ int main ()
   LDFLAGS_libplatform=""
   for static_link_extra_file in libv8_libplatform.a libv8_libbase.a; do
 	AC_MSG_CHECKING([for $static_link_extra_file])
+	static_link_dir=""
 
 	if test -r $V8_DIR/lib64/$static_link_extra_file; then
 	  static_link_dir=$V8_DIR/lib64