mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
13 lines
416 B
Diff
13 lines
416 B
Diff
diff -Naur libbluray-0.2.3-old/configure.ac libbluray-0.2.3-new/configure.ac
|
|
--- libbluray-0.2.3-old/configure.ac 2012-08-17 04:27:32.000000000 -0700
|
|
+++ libbluray-0.2.3-new/configure.ac 2012-12-30 15:02:51.000000000 -0800
|
|
@@ -22,7 +22,7 @@
|
|
AC_CONFIG_MACRO_DIR([m4])
|
|
AC_CANONICAL_SYSTEM
|
|
AM_INIT_AUTOMAKE([foreign tar-ustar])
|
|
-AM_CONFIG_HEADER(config.h)
|
|
+AC_CONFIG_HEADERS(config.h)
|
|
|
|
case "${host_os}" in
|
|
"")
|