Commit 9e8e1bec by Tom Tromey Committed by Tom Tromey

configure: Rebuilt.

	* configure: Rebuilt.
	* configure.in (TOOLKIT) [xlib]: Set correctly.

From-SVN: r62292
parent 5f9cea34
2003-02-02 Tom Tromey <tromey@redhat.com> 2003-02-02 Tom Tromey <tromey@redhat.com>
* configure: Rebuilt.
* configure.in (TOOLKIT) [xlib]: Set correctly.
* Makefile.in: Rebuilt. * Makefile.in: Rebuilt.
* Makefile.am (lib_gnu_awt_xlib_la_LDFLAGS): Link against * Makefile.am (lib_gnu_awt_xlib_la_LDFLAGS): Link against
libstdc++. libstdc++.
......
...@@ -4085,7 +4085,7 @@ for peer in $peerlibs ; do ...@@ -4085,7 +4085,7 @@ for peer in $peerlibs ; do
else else
use_xlib_awt="yes" use_xlib_awt="yes"
if test -z "$TOOLKIT"; then if test -z "$TOOLKIT"; then
TOOLKIT=gnu.gnu.awt.xlib.XToolkit TOOLKIT=gnu.awt.xlib.XToolkit
fi fi
fi fi
;; ;;
......
...@@ -311,7 +311,7 @@ for peer in $peerlibs ; do ...@@ -311,7 +311,7 @@ for peer in $peerlibs ; do
else else
use_xlib_awt="yes" use_xlib_awt="yes"
if test -z "$TOOLKIT"; then if test -z "$TOOLKIT"; then
TOOLKIT=gnu.gnu.awt.xlib.XToolkit TOOLKIT=gnu.awt.xlib.XToolkit
fi fi
fi fi
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment