diff options
author | Eric Anholt <anholt@freebsd.org> | 2004-08-15 00:03:36 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2004-08-15 00:03:36 +0000 |
commit | f38b7d995112898bb6a9d3416f73fff7e27b131b (patch) | |
tree | e3df87371ef8c8409b22b9a50a296f643dc1ba0d | |
parent | 8c05d76f7f58a41d308af41150530d54b2942c03 (diff) |
Bug #909: Remove incorrect HasGhostScript YES from BSD config files.
-rw-r--r-- | FreeBSD.cf | 5 | ||||
-rw-r--r-- | NetBSD.cf | 3 |
2 files changed, 1 insertions, 7 deletions
@@ -1,5 +1,5 @@ XCOMM platform: $Xorg: FreeBSD.cf,v 1.3 2000/08/17 19:41:45 cpqbld Exp $ -XCOMM platform: $XdotOrg: xc/config/cf/FreeBSD.cf,v 1.8 2004/07/22 06:39:04 anholt Exp $ +XCOMM platform: $XdotOrg: xc/config/cf/FreeBSD.cf,v 1.9 2004/07/28 03:24:29 gisburn Exp $ XCOMM XCOMM XCOMM @@ -71,9 +71,6 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe #define HasNCurses YES #define HasVarRun YES #define HasVarDb YES -#ifndef HasGhostScript -# define HasGhostScript YES -#endif #ifndef BuildPDFdocs # define BuildPDFdocs NO #endif @@ -47,9 +47,6 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe #ifndef HasLibCrypt # define HasLibCrypt YES #endif -#ifndef HasGhostScript -# define HasGhostScript YES -#endif #ifndef BuildPDFdocs # define BuildPDFdocs NO #endif |