Browse Source

configure.ac : Removed obsolete AM_PROG_CC_C_O macro.

master
kevin.larke 4 years ago
parent
commit
8b9a91547e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      configure.ac

+ 1
- 1
configure.ac View File

@@ -19,7 +19,7 @@ AC_PROG_CC
19 19
 AC_PROG_CXX
20 20
 # AC_PROG_RANLIB  # required for static librarires
21 21
 
22
-AM_PROG_CC_C_O	  
22
+#AM_PROG_CC_C_O	  
23 23
 
24 24
 # Checks for libraries.
25 25
 # AC_CHECK_LIB([cairo],[cairo_debug_reset_static_data],[AC_MSG_RESULT([The 'cairo' library was found.])],[AC_MSG_ERROR([The 'cairo' library was not found.])])

Loading…
Cancel
Save