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:
parent
1ecae757c6
commit
669adc9f4a
@ -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>
|
||||
])
|
||||
|
Loading…
x
Reference in New Issue
Block a user