]> git.pld-linux.org Git - packages/transcode.git/commitdiff
- fix typo in configure.in
authorsparky <sparky@pld-linux.org>
Mon, 18 Jan 2010 22:54:04 +0000 (22:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    transcode-ac.patch -> 1.3

transcode-ac.patch [new file with mode: 0644]

diff --git a/transcode-ac.patch b/transcode-ac.patch
new file mode 100644 (file)
index 0000000..1e16b9f
--- /dev/null
@@ -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
This page took 0.023328 seconds and 4 git commands to generate.