Skip to content

Commit a41d260

Browse files
committed
only using static libs
1 parent 247c8b1 commit a41d260

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
# Process this file with autoconf to produce a configure script.
44

55
AC_PREREQ(2.61)
6-
AC_INIT([grit],[0.8.16],[https://github.com/devkitPro/grit/issues])
6+
AC_INIT([grit],[0.8.17],[https://github.com/devkitPro/grit/issues])
77
AC_CONFIG_SRCDIR([srcgrit/cli.cpp])
88
AC_CONFIG_MACRO_DIR([m4])
99

1010
AM_INIT_AUTOMAKE([subdir-objects])
11+
LT_INIT([disable-shared])
1112

1213
# Checks for programs.
1314
AC_PROG_CXX

0 commit comments

Comments
 (0)