updated configure.ac to check for Xaw header files
authorArun Persaud <apersaud@lbl.gov>
Thu, 17 Feb 2011 03:41:27 +0000 (19:41 -0800)
committerArun Persaud <apersaud@lbl.gov>
Thu, 17 Feb 2011 03:41:27 +0000 (19:41 -0800)
commita93282aa572ad484167d9d4205402197f8a42512
treec11b84a7e3a751404887402f4402587df8b76eee
parentc2ec1736bf64a623718e6c8fbb25c7aaf4d725e3
updated configure.ac to check for Xaw header files

check for Xaw header files when --without-Xaw3d was given. Before the test was
only done when Xaw3d was specified, but could not be found.

If Xaw3d or Xaw can't be found, print a hopefully useful error message and exit the configure script.
configure.ac