packages: transcode/transcode-ac.patch - fix typo in configure.in

sparky sparky at pld-linux.org
Mon Jan 18 23:54:09 CET 2010


Author: sparky                       Date: Mon Jan 18 22:54:09 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix typo in configure.in

---- Files affected:
packages/transcode:
   transcode-ac.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/transcode/transcode-ac.patch
diff -u /dev/null packages/transcode/transcode-ac.patch:1.3
--- /dev/null	Mon Jan 18 23:54:09 2010
+++ packages/transcode/transcode-ac.patch	Mon Jan 18 23:54:04 2010
@@ -0,0 +1,11 @@
+--- transcode-1.1.0/configure.in~	2010-01-18 23:51:00.044353703 +0100
++++ transcode-1.1.0/configure.in	2010-01-18 23:51:03.234768965 +0100
+@@ -145,7 +145,7 @@
+ 
+ dnl Special check for sysconf() to ensure _SC_PAGESIZE is also available.
+ AC_CACHE_CHECK([for sysconf(_SC_PAGESIZE)], ac_cv_sysconf_with_sc_pagesize,
+-    [AC_COMPILE_IFELSE(AC_LANG_PROGRAM([#include <unistd.h>], [sysconf(_SC_PAGESIZE)])],
++    [AC_COMPILE_IFELSE(AC_LANG_PROGRAM([#include <unistd.h>], [sysconf(_SC_PAGESIZE)]),
+         [ac_cv_sysconf_with_sc_pagesize=yes],
+         [ac_cv_sysconf_with_sc_pagesize=no])])
+ if test x"$ac_cv_sysconf_with_sc_pagesize" = x"yes"; then
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/transcode/transcode-ac.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list