Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tpetazzoni/d1908b2b879d9f8ea792ce40a568caa2 to your computer and use it in GitHub Desktop.
Save tpetazzoni/d1908b2b879d9f8ea792ce40a568caa2 to your computer and use it in GitHub Desktop.
Index: b/m4/libmysqlclient.m4
===================================================================
--- a/m4/libmysqlclient.m4
+++ b/m4/libmysqlclient.m4
@@ -28,7 +28,7 @@
for path in $libmysqlclient_paths; do
-if test x"path" != xnone; then
+if test x"$path" != xnone; then
save_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS -L$path"
fi
@@ -87,7 +87,7 @@
break;
fi
-if test x"path" != xnone; then
+if test x"$path" != xnone; then
LDFLAGS="$save_LDFLAGS"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment