summaryrefslogtreecommitdiff
path: root/source3/lib/replace/dlfcn.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-09-19 14:57:20 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:30:52 -0500
commit68edc3a5c5a3cfeed222a95bbe75dadd41dbb5ea (patch)
tree704b256ceb18ccfb5fdd85d8831af3e039029803 /source3/lib/replace/dlfcn.m4
parent10cb1b87ed44540454fd99b817c0a7a9d74afea2 (diff)
downloadsamba-68edc3a5c5a3cfeed222a95bbe75dadd41dbb5ea.tar.gz
samba-68edc3a5c5a3cfeed222a95bbe75dadd41dbb5ea.tar.bz2
samba-68edc3a5c5a3cfeed222a95bbe75dadd41dbb5ea.zip
r25232: sync lib/replace with SAMBA_4_0
metze (This used to be commit 828d2ca0610ab5ee3b96d187b3432b9b4fea72f8)
Diffstat (limited to 'source3/lib/replace/dlfcn.m4')
-rw-r--r--source3/lib/replace/dlfcn.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/replace/dlfcn.m4 b/source3/lib/replace/dlfcn.m4
index a1b57d10ec..c5b7597d7a 100644
--- a/source3/lib/replace/dlfcn.m4
+++ b/source3/lib/replace/dlfcn.m4
@@ -12,7 +12,7 @@ AC_VERIFY_C_PROTOTYPE([void *dlopen(const char* filename, unsigned int flags)],
[
return 0;
],[
- AC_DEFINE(DLOPEN_TAKES_UNSIGNED_FLAGS, 1, [Whether dlopen takes unsinged int flags])
+ AC_DEFINE(DLOPEN_TAKES_UNSIGNED_FLAGS, 1, [Whether dlopen takes unsigned int flags])
],[],[
#include <dlfcn.h>
])