[libgit2-glib] configure: fix ssh check
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgit2-glib] configure: fix ssh check
- Date: Sun, 18 Jan 2015 18:47:43 +0000 (UTC)
commit 5d3f9f4c3ed73a6dc14630e2692282f39383c664
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Sun Jan 18 19:47:03 2015 +0100
configure: fix ssh check
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 873d71b..1bd96bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -92,7 +92,7 @@ AC_TRY_RUN([
int
main(int argc, const char *argv[])
{
- git_threads_init ();
+ git_libgit2_init ();
return ((git_libgit2_features() & GIT_FEATURE_SSH) != 0) ? 0 : 1;
}
],[
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]