1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00

r25098: Fix typo

(This used to be commit 29415b661d103a80482b932172bf68cb9e394bc9)
This commit is contained in:
Jelmer Vernooij 2007-09-11 18:02:30 +00:00 committed by Gerald (Jerry) Carter
parent 1ecae757c6
commit 669adc9f4a

View File

@ -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>
])