summaryrefslogtreecommitdiff
path: root/config-scripts/cups-compiler.m4
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-05-10 22:58:10 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-05-10 22:58:10 +0000
commitcc75483441ba4241a6b0079e028d7699d99a6b0f (patch)
tree07af3321d8e2ad36d8fad169a15674ce7cc4c460 /config-scripts/cups-compiler.m4
parent6d2f911bdd077fee9489b1084b960c4e68fc0658 (diff)
Merge changes from CUPS 1.5svn-r9136.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@2180 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'config-scripts/cups-compiler.m4')
-rw-r--r--config-scripts/cups-compiler.m415
1 files changed, 0 insertions, 15 deletions
diff --git a/config-scripts/cups-compiler.m4 b/config-scripts/cups-compiler.m4
index f3aa1b240..a733269a1 100644
--- a/config-scripts/cups-compiler.m4
+++ b/config-scripts/cups-compiler.m4
@@ -100,21 +100,6 @@ AC_SUBST(PIEFLAGS)
RELROFLAGS=""
AC_SUBST(RELROFLAGS)
-LIBCUPSORDER="libcups.order"
-AC_ARG_WITH(libcupsorder, [ --with-libcupsorder set libcups secorder file, default=libcups.order],
- if test -f "$withval"; then
- LIBCUPSORDER="$withval"
- fi)
-AC_SUBST(LIBCUPSORDER)
-
-LIBCUPSIMAGEORDER="libcupsimage.order"
-AC_ARG_WITH(libcupsimageorder, [ --with-libcupsimagesorder
- set libcupsimage secorder file, default=libcupsimage.order],
- if test -f "$withval"; then
- LIBCUPSIMAGEORDER="$withval"
- fi)
-AC_SUBST(LIBCUPSIMAGEORDER)
-
PHPOPTIONS=""
AC_SUBST(PHPOPTIONS)