瀏覽代碼

configure.ac: fix for AM_PROG_AR

AM_PROG_AR is not available with some versions of automake but is required by some others.

Fix provided by Brice Goglin (all rights reserved).
Sylvain Henry 13 年之前
父節點
當前提交
4d4495686f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -59,7 +59,7 @@ m4_ifdef([AM_SILENT_RULES],
 
 
 AC_PREREQ(2.60)
 AC_PREREQ(2.60)
 
 
-AM_PROG_AR
+m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
 AC_PROG_CC
 AC_PROG_CC
 AM_PROG_CC_C_O
 AM_PROG_CC_C_O
 AC_PROG_CXX
 AC_PROG_CXX