diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2007-06-13 17:34:30 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2007-06-13 17:34:30 +0000 |
commit | 5262c5c746474b2b375652d0225c4bf2dc3ede8f (patch) | |
tree | 9d386a8e4c7e7546f8bc0a26d50660042c165b39 /lwlib/lwlib.c | |
parent | dba7bae083155eef1eed7f1a15cb1965765ce0f8 (diff) |
Link to xaw3d if available.
Diffstat (limited to 'lwlib/lwlib.c')
-rw-r--r-- | lwlib/lwlib.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lwlib/lwlib.c b/lwlib/lwlib.c index bd5d9adbf9..542b3ba5a6 100644 --- a/lwlib/lwlib.c +++ b/lwlib/lwlib.c @@ -48,7 +48,11 @@ Boston, MA 02110-1301, USA. */ #endif /* not USE_MOTIF && USE_LUCID */ #endif #if defined (USE_XAW) +#ifdef HAVE_XAW3D +#include <X11/Xaw3d/Paned.h> +#else /* !HAVE_XAW3D */ #include <X11/Xaw/Paned.h> +#endif /* HAVE_XAW3D */ #include "lwlib-Xaw.h" #endif |