mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:49:00 +08:00
efddfbf13e
* [hidapi] Add support linux and osx * Update versions * Remove duplicate AC_CONFIG_MACRO_DIR * Update versions/h-/hidapi.json
13 lines
340 B
Diff
13 lines
340 B
Diff
diff --git a/configure.ac b/configure.ac
|
|
index 220909a..77da67a 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -13,7 +13,6 @@ LTLDFLAGS="-version-info ${lt_current}:${lt_revision}:${lt_age}"
|
|
|
|
AC_CONFIG_MACRO_DIR([m4])
|
|
AM_INIT_AUTOMAKE([foreign -Wall -Werror])
|
|
-AC_CONFIG_MACRO_DIR([m4])
|
|
|
|
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
|
|
LT_INIT
|