forked from pool/htmldoc
13 lines
433 B
Diff
13 lines
433 B
Diff
|
Index: htmldoc-1.8.27/configure.in
|
||
|
===================================================================
|
||
|
--- htmldoc-1.8.27.orig/configure.in
|
||
|
+++ htmldoc-1.8.27/configure.in
|
||
|
@@ -294,6 +294,7 @@ if test "x$with_gui" != xno; then
|
||
|
POST="$FLTKCONFIG --post"
|
||
|
|
||
|
AC_CHECK_LIB(Xpm,XpmCreatePixmapFromData)
|
||
|
+ AC_CHECK_LIB(X11,XCreateBitmapFromData)
|
||
|
else
|
||
|
AC_MSG_WARN(FLTK not available so no GUI will be built.)
|
||
|
fi
|