[xmlsec] fix static build
- From: Aleksey Sanin <aleksey src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [xmlsec] fix static build
- Date: Sat, 7 Nov 2009 16:44:40 +0000 (UTC)
commit 39ee96d3a6e357026e6924b1de6c06281674b62c
Author: Aleksey Sanin <aleksey aleksey com>
Date: Sat Nov 7 08:44:21 2009 -0800
fix static build
src/dl.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/dl.c b/src/dl.c
index 249218c..bafd517 100644
--- a/src/dl.c
+++ b/src/dl.c
@@ -9,8 +9,6 @@
*/
#include "globals.h"
-#ifndef XMLSEC_NO_CRYPTO_DYNAMIC_LOADING
-
#include <stdlib.h>
#include <stdio.h>
#include <stdarg.h>
@@ -31,6 +29,8 @@
#include <xmlsec/errors.h>
#include <xmlsec/dl.h>
+#ifndef XMLSEC_NO_CRYPTO_DYNAMIC_LOADING
+
#ifdef XMLSEC_DL_LIBLTDL
#include <ltdl.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]