From: VMware, Inc <> Date: Mon, 28 Sep 2009 20:22:07 +0000 (-0700) Subject: OVT: Quick build fix. X-Git-Tag: p4-sync-929606~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69a66efa04d5a8b6c67930a98d6ecc0cfc5a5dbc;p=thirdparty%2Fopen-vm-tools.git OVT: Quick build fix. A comma broke free of its leash and was found wandering the streets. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/configure.ac b/open-vm-tools/configure.ac index d5e6aa3a4..c9ad095e3 100644 --- a/open-vm-tools/configure.ac +++ b/open-vm-tools/configure.ac @@ -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