8c81c2f32e
Update to 1.24 =Version 1.2.4= 2016-05-16 David Freese <iam_w1hkj@w1hkj.com> e6fc6a5: Cabrillo Report f4bccc0: Contest fields =Version 1.2.3= c16c3a4: Vertical Scrollbar =Version 1.2.2= a3be952: Resizable dialog =Version 1.2.1= 1b3f80a: MXE update 2015-06-08 Kamal Mostafa <kamal@whence.com> f453b69: BUILD_{DATE,USER,HOST}
11 lines
531 B
Text
11 lines
531 B
Text
--- configure.orig 2016-06-24 01:21:41 UTC
|
|
+++ configure
|
|
@@ -6143,7 +6143,7 @@ $as_echo "$FLTK_CONFIG" >&6; }
|
|
FLTK_LIBS=`$FLTK_CONFIG --ldflags --use-images`
|
|
if test "x$target_mingw32" != "xyes"; then
|
|
if test "x$target_darwin" != "xyes"; then
|
|
- if grep -q "lX11" <<< "$FLTK_LIBS"; then
|
|
+ if echo "$FLTK_LIBS" | grep -q "lX11"; then
|
|
FLTK_LIBS="$FLTK_LIBS";
|
|
else
|
|
FLTK_LIBS="$FLTK_LIBS -lm -lX11";
|