From b4796e79bb509a5134ffc5bc24051ee7b7d19c3e Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sun, 13 Jan 2013 22:29:31 +0200 Subject: Attempt to fix homebrew error --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a947e80..629298b 100644 --- a/configure.ac +++ b/configure.ac @@ -65,7 +65,7 @@ AC_TRY_COMPILE([],[], CFLAGS="$old_CFLAGS") dnl Generate the output -AM_CONFIG_HEADER(config.h) +AC_CONFIG_HEADERS(config.h) AC_OUTPUT( librtlsdr.pc -- cgit v1.3.1