summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2012-12-27 17:00:43 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2012-12-27 17:00:43 -0800
commit1675120e31e1e54f184da2c0cce9d6f6ddb0c892 (patch)
tree6ec435d668a4f9f10cff63a7307821d084126d18
parent5a9246d6804ab8a6f2f23f3f4ace84a415140937 (diff)
Let configure pick cpp path on Solaris, instead of hardcoding in imakemdep.h
Simply removing the definition lets the path found by configure be used, seems to be the simplest way to handle the move from /usr/ccs/lib/cpp on Solaris 10 and older to /usr/lib/cpp on Solaris 11 & later. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--imakemdep.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/imakemdep.h b/imakemdep.h
index 458849a..61dc4e0 100644
--- a/imakemdep.h
+++ b/imakemdep.h
@@ -294,9 +294,6 @@ in this Software without prior written authorization from The Open Group.
# if defined(_IBMR2) && !defined(DEFAULT_CPP)
# define DEFAULT_CPP "/usr/ccs/lib/cpp"
# endif
-# if defined(sun) && (defined(SVR4) || defined(__svr4__) || defined(__SVR4) || defined(__sol__))
-# define DEFAULT_CPP "/usr/ccs/lib/cpp"
-# endif
# ifdef __bsdi__
# define DEFAULT_CPP "/usr/bin/cpp"
# endif