diff options
Diffstat (limited to 'opcodes/configure.in')
-rw-r--r-- | opcodes/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/configure.in b/opcodes/configure.in index 08011be..ce66f7f 100644 --- a/opcodes/configure.in +++ b/opcodes/configure.in @@ -19,6 +19,7 @@ AM_INIT_AUTOMAKE(opcodes, ${BFD_VERSION}) AC_PROG_CC AC_GNU_SOURCE +AC_USE_SYSTEM_EXTENSIONS dnl These must be called before AM_PROG_LIBTOOL, because it may want dnl to call AC_CHECK_PROG. |