Jelajahi Sumber

Disable static libraries by default in linux build

djcj 10 tahun lalu
induk
melakukan
9d2a2832ab
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      platform/unix/configure.ac

+ 1 - 1
platform/unix/configure.ac

@@ -7,7 +7,7 @@ AM_INIT_AUTOMAKE([foreign -Wall foreign tar-ustar silent-rules])
 AM_SILENT_RULES
 AC_PREFIX_DEFAULT([/usr])
 m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
-AC_PROG_LIBTOOL
+LT_INIT([disable-static])
 AC_PROG_CC
 AC_PROG_CXX
 AC_PROG_SED