changeset 2987:f62d4f8e6499

* config.h.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Change the #defines to #undef's, so ../configure knows it should tweak them.
author Jim Blandy <jimb@redhat.com>
date Sun, 23 May 1993 21:35:48 +0000
parents 3004f1336225
children 9403c9149e79
files src/config.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/config.in	Sun May 23 21:16:12 1993 +0000
+++ b/src/config.in	Sun May 23 21:35:48 1993 +0000
@@ -157,14 +157,14 @@
    HAVE_X_WINDOWS above and your X libraries aren't in a place that
    your loader can find on its own, you might want to add "-L/..." or
    something similar.  */
-#define LD_SWITCH_X_SITE
+#undef LD_SWITCH_X_SITE
 
 /* Define C_SWITCH_X_SITE to contain any special flags your compiler
    may need to deal with X Windows.  For instance, if you've defined
    HAVE_X_WINDOWS above and your X include files aren't in a place
    that your compiler can find on its own, you might want to add
    "-I/..." or something similar.  */
-#define C_SWITCH_X_SITE
+#undef C_SWITCH_X_SITE
 
 /* Define the return type of signal handlers if the s-xxx file
    did not already do so.  */