Fix busted comment

merge-requests/1/head
m. allan noah 2012-08-26 13:40:02 -04:00
rodzic 130a556c4e
commit 0662fceeb0
2 zmienionych plików z 1 dodań i 2 usunięć

1
configure vendored
Wyświetl plik

@ -9546,7 +9546,6 @@ $as_echo "#define HAVE_DEV_URANDOM 1" >>confdefs.h
fi
nl added by PN 3/2/12 to detect cups
$as_echo "checking for cups"
if test -e /usr/include/cups/cups.h ; then

Wyświetl plik

@ -326,7 +326,7 @@ if test -c /dev/urandom ; then
AC_DEFINE(HAVE_DEV_URANDOM, 1, [Is /dev/urandom available?])
fi
nl added by PN 3/2/12 to detect cups
dnl added by PN 3/2/12 to detect cups
$as_echo "checking for cups"
if test -e /usr/include/cups/cups.h ; then
AC_DEFINE(HAVE_CUPS, 1, [Is /usr/include/cups/cups.h available?])