[Pkg-owncloud-commits] [owncloud-client] 12/70: Add missing cmakedefine for HAVE_ASPRINTF and minor cleanup.

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Jul 1 10:21:18 UTC 2014


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

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit e1db834ec91671a1e9b4c1e432fe9e4893dc08aa
Author: Klaas Freitag <freitag at owncloud.com>
Date:   Fri Jun 13 12:26:41 2014 +0200

    Add missing cmakedefine for HAVE_ASPRINTF and minor cleanup.
    
    Fixes windows build.
---
 csync/config_csync.h.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csync/config_csync.h.cmake b/csync/config_csync.h.cmake
index bce3abd..8c48c4e 100644
--- a/csync/config_csync.h.cmake
+++ b/csync/config_csync.h.cmake
@@ -22,7 +22,6 @@
 #cmakedefine HAVE_UTIMES 1
 #cmakedefine HAVE_LSTAT 1
 #cmakedefine HAVE_FNMATCH 1
-#cmakedefine HAVE___MINGW_ASPRINTF 1
 #cmakedefine HAVE_ICONV 1
 #cmakedefine HAVE_ICONV_CONST 1
 
@@ -31,5 +30,6 @@
 #endif
 
 #cmakedefine HAVE___MINGW_ASPRINTF 1
+#cmakedefine HAVE_ASPRINTF 1
 
 #cmakedefine WITH_UNIT_TESTING 1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list