gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 66/125: libssh: fix a syntax error in configure.ac


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 66/125: libssh: fix a syntax error in configure.ac
Date: Sun, 21 Jan 2018 23:42:01 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 188a43a8fd7976b1379516ad65cc84120d7907ea
Author: Michael Kaufmann <address@hidden>
AuthorDate: Sun Dec 10 22:30:06 2017 +0100

    libssh: fix a syntax error in configure.ac
    
    Follow-up to c92d2e1
    
    Closes #2172
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index fdb8b8f67..86ba842d6 100755
--- a/configure.ac
+++ b/configure.ac
@@ -2842,7 +2842,7 @@ elif test X"$OPT_LIBSSH" != Xno; then
     LIB_SSH="-lssh"
     LD_SSH=-L${PREFIX_SSH}/lib$libsuff
     CPP_SSH=-I${PREFIX_SSH}/include
-    DIR_SSH=${PREFIX_SSH;}/lib$libsuff
+    DIR_SSH=${PREFIX_SSH}/lib$libsuff
   fi
 
   LDFLAGS="$LDFLAGS $LD_SSH"

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]