Lines 1-11
Link Here
|
1 |
--- configure.orig 2006-08-05 03:15:57.000000000 +0800 |
1 |
diff -Nur configure.orig configure |
2 |
+++ configure 2008-06-08 14:32:47.000000000 +0800 |
2 |
--- configure.orig 2013-12-16 15:45:20.000000000 +0400 |
3 |
@@ -17362,7 +17362,7 @@ |
3 |
+++ configure 2013-12-16 15:46:48.000000000 +0400 |
4 |
echo " Static data will be installed in : `eval echo ${aa_datadir}`" |
4 |
@@ -10629,12 +10629,12 @@ |
5 |
echo " Configuration will be installed in : `eval echo ${aa_sysconfdir}`" |
5 |
CPPFLAGS="$CPPFLAGS `libpng-config --cflags`" |
6 |
echo " Documentation will be installed in : `eval echo ${aa_docdir}`" |
6 |
LIBS="$LIBS $PNGLIBS" |
7 |
-test "x$enable_etc" = "xyes" && echo " Link to configuration will go to : /etc/${progname}" |
7 |
|
8 |
+test "x$enable_etc" = "xyes" && echo " Link to configuration will go to : $prefix/etc/${progname}" |
8 |
-ac_fn_c_check_func "$LINENO" "png_check_sig" "ac_cv_func_png_check_sig" |
9 |
echo " Music support: $enable_music" |
9 |
-if test "x$ac_cv_func_png_check_sig" = x""yes; then : |
10 |
echo " Build with Krawall authentication support: $enable_krawall" |
10 |
+# ac_fn_c_check_func "$LINENO" "png_check_sig" "ac_cv_func_png_check_sig" |
11 |
echo " Use dirty SDL initialization: $enable_dirty" |
11 |
+# if test "x$ac_cv_func_png_check_sig" = x""yes; then : |
|
|
12 |
|
13 |
-else |
14 |
- as_fn_error "You need libpng to compile Armagetron." "$LINENO" 5 |
15 |
-fi |
16 |
+# else |
17 |
+# as_fn_error "You need libpng to compile Armagetron." "$LINENO" 5 |
18 |
+# fi |
19 |
|
20 |
|
21 |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -ljpeg" >&5 |