]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Remove endian check from 1.2.x, since only pstoraster needs it and is
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 31 Dec 2001 13:04:17 +0000 (13:04 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 31 Dec 2001 13:04:17 +0000 (13:04 +0000)
no longer included with the base distribution.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.2@2005 7a7537e8-13f0-0310-91df-b6672ffda945

config-scripts/cups-common.m4
config.h.in
visualc/config.h

index 5d1589355a4301fcd809ab1c6be0050b6844eaa7..c800095351860803fffc3c6a0407d295f1d7ae67 100644 (file)
@@ -1,5 +1,5 @@
 dnl
-dnl "$Id: cups-common.m4,v 1.12.2.2 2001/12/29 22:17:48 mike Exp $"
+dnl "$Id: cups-common.m4,v 1.12.2.3 2001/12/31 13:04:17 mike Exp $"
 dnl
 dnl   Common configuration stuff for the Common UNIX Printing System (CUPS).
 dnl
@@ -59,9 +59,6 @@ fi
 AC_PATH_PROG(RM,rm)
 AC_PATH_PROG(SED,sed)
 
-dnl Architecture checks...
-AC_C_BIGENDIAN
-
 dnl Check for libraries...
 AC_CHECK_LIB(c,crypt,LIBS="$LIBS")
 if test "$ac_cv_lib_c_crypt" = "no"; then
@@ -154,5 +151,5 @@ esac
 AC_SUBST(ARFLAGS)
 
 dnl
-dnl End of "$Id: cups-common.m4,v 1.12.2.2 2001/12/29 22:17:48 mike Exp $".
+dnl End of "$Id: cups-common.m4,v 1.12.2.3 2001/12/31 13:04:17 mike Exp $".
 dnl
index 1964f394f32024c4e8e6dc80670c78a8bd7c0fa5..7ea6a9c3c438505b57be9aa6d0841b264a7a0c07 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: config.h.in,v 1.39.2.4 2001/12/29 22:17:48 mike Exp $"
+ * "$Id: config.h.in,v 1.39.2.5 2001/12/31 13:04:16 mike Exp $"
  *
  *   Configuration file for the Common UNIX Printing System (CUPS).
  *
 #undef HAVE_LIBTIFF
 
 
-/*
- * Does this machine store words in big-endian (MSB-first) order?
- */
-
-#undef WORDS_BIGENDIAN
-
-
 /*
  * Which directory functions and headers do we use?
  */
 
 
 /*
- * End of "$Id: config.h.in,v 1.39.2.4 2001/12/29 22:17:48 mike Exp $".
+ * End of "$Id: config.h.in,v 1.39.2.5 2001/12/31 13:04:16 mike Exp $".
  */
index 3d9db3512699fbacf255a4c242dab3c4bfadd2f8..606b4ef929210eb3bf51a35200ef8a976a40fc5a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: config.h,v 1.5.2.1 2001/12/26 16:52:58 mike Exp $"
+ * "$Id: config.h,v 1.5.2.2 2001/12/31 13:04:17 mike Exp $"
  *
  *   Configuration file for the Common UNIX Printing System (CUPS).
  *
 #undef HAVE_LIBJPEG
 #undef HAVE_LIBTIFF
 
-/*
- * Does this machine store words in big-endian (MSB-first) order?
- */
-
-#undef WORDS_BIGENDIAN
-
 /*
  * Which directory functions and headers do we use?
  */
 
 
 /*
- * End of "$Id: config.h,v 1.5.2.1 2001/12/26 16:52:58 mike Exp $".
+ * End of "$Id: config.h,v 1.5.2.2 2001/12/31 13:04:17 mike Exp $".
  */