diff options
author | corvid <corvid@lavabit.com> | 2011-11-17 07:57:01 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-11-17 07:57:01 +0000 |
commit | 6cbbfc0c3a5b9a041e539ae023afe1fb10d82141 (patch) | |
tree | 8cebe73a059e9328dc9192d9253aa4c25ecef941 /configure.in | |
parent | 1904a4d7f42a169c71e8ae5448baf91c03dd26a6 (diff) |
trim some spaces
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/configure.in b/configure.in index df7325b7..d685c673 100644 --- a/configure.in +++ b/configure.in @@ -47,8 +47,8 @@ dnl ---------------------------- dnl AC_CHECK_SIZEOF(char) AC_CHECK_SIZEOF(short) -AC_CHECK_SIZEOF(long) -AC_CHECK_SIZEOF(int) +AC_CHECK_SIZEOF(long) +AC_CHECK_SIZEOF(int) AC_CHECK_SIZEOF(void *) AC_TYPE_INT16_T @@ -304,7 +304,7 @@ fi dnl ---------------------- dnl Check if we need to -dnl support the old +dnl support the old dnl iconv interface dnl ---------------------- if test "x$iconv_ok" = "xyes"; then @@ -370,9 +370,9 @@ pthread_ok=yes, pthread_ok=no) else AC_MSG_RESULT(no. Now we will try some libraries.) - AC_SEARCH_LIBS(pthread_create, pthread, - LIBPTHREADS_LIBS="-lpthread", - AC_SEARCH_LIBS(pthread_create, pthreads, + AC_SEARCH_LIBS(pthread_create, pthread, + LIBPTHREADS_LIBS="-lpthread", + AC_SEARCH_LIBS(pthread_create, pthreads, LIBPTHREADS_LIBS="-lpthreads", AC_SEARCH_LIBS(pthread_create, c_r, LIBPTHREADS_LIBS="-lc_r", thread_ok=no))) |