Browse Source

don't configure libsodium when using system libs

pull/437/head
Boyuan Yang 9 years ago
parent
commit
75b5561427
1 changed files with 3 additions and 1 deletions
  1. 4
      configure.ac

4
configure.ac

@ -245,7 +245,9 @@ else
LIBS="$LIBS $PTHREAD_LIBS"
fi
AC_CONFIG_SUBDIRS([libsodium])
AM_COND_IF([USE_SYSTEM_SHARED_LIB],
[],
[AC_CONFIG_SUBDIRS([libsodium])])
AC_CONFIG_FILES([ shadowsocks-libev.pc
Makefile

Loading…
Cancel
Save