explicitly add -lfdk-aac to LDADD in Makefile.am
[fdkaac.git] / configure.ac
index cd8626d078b5eb3a8e259f8f4729ddd5a3966541..4685cca45e08b4e783005bbfae4d533603a602a9 100644 (file)
@@ -35,7 +35,7 @@ AC_FUNC_FSEEKO
 AC_CHECK_FUNCS([gettimeofday nl_langinfo strdup])
 AC_CHECK_FUNC(getopt_long)
 AM_CONDITIONAL([FDK_NO_GETOPT_LONG],[test "$ac_cv_func_getopt_long" != "yes"])
-AC_SEARCH_LIBS([aacEncOpen],[fdk-aac])
+AC_SEARCH_LIBS([aacEncOpen],[fdk-aac],[],[],[])
 
 AC_CANONICAL_HOST
 
This page took 0.00935 seconds and 4 git commands to generate.