mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
25d4d66d29
and I notice it sometimes, too.
12 lines
461 B
Plaintext
12 lines
461 B
Plaintext
--- plugins/qt-gui/configure.in.orig Wed Aug 9 14:07:59 2000
|
|
+++ plugins/qt-gui/configure.in Wed Aug 9 14:15:46 2000
|
|
@@ -51,8 +51,6 @@
|
|
LICQ_CHECK_X11HEADERS
|
|
|
|
XSS_LIBS="no"
|
|
-AC_CHECK_X_LIB(Xext, XScreenSaverRegister,[XSS_LIBS=""],[], [-lX11 -lXext -lm])
|
|
-AC_CHECK_X_LIB(Xss, XScreenSaverRegister,[XSS_LIBS="-lXss"],[],[-lX11 -lXext -lm])
|
|
if test \! "$XSS_LIBS" = "no"; then
|
|
AC_CHECK_X_HEADER(X11/extensions/scrnsaver.h,[AC_DEFINE(USE_SCRNSAVER)])
|
|
else
|