]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
OVT: Quick build fix.
authorVMware, Inc <>
Mon, 28 Sep 2009 20:22:07 +0000 (13:22 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Mon, 28 Sep 2009 20:22:07 +0000 (13:22 -0700)
A comma broke free of its leash and was found wandering the streets.

Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/configure.ac

index d5e6aa3a4cef71bf19eabf3efe5ebf1bc0811fa8..c9ad095e3a3494caeb7ab5c8d05fb9ab5b0c092a 100644 (file)
@@ -600,7 +600,7 @@ if test "$os" = "freebsd" -a "$osVersion" -ge 600000; then
    AC_CHECK_LIB(
       [thr],
       [pthread_mutex_init],
-      [THREAD_LIB=-lthr])
+      [THREAD_LIB=-lthr],
       [AC_MSG_ERROR(
          [Unable to locate required threading library libthr.])])
 else