Removed dangling quotation mark.

merge-requests/1/head
Henning Geinitz 2004-10-06 11:09:14 +00:00
rodzic 9f77cad58d
commit b145a332e7
3 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -5,6 +5,8 @@
<karsten.festag@gmx.de>).
* doc/descriptions/unsupported.desc: Added link to artiscan 9600
project. Removed Genius ColorPage-EP.
* configure.in include/sane/config.h.in: Removed dangling
quotation mark.
2004-10-05 Henning Meier-Geinitz <henning@meier-geinitz.de>

Wyświetl plik

@ -117,7 +117,7 @@ AC_CHECK_HEADER(resmgr.h,[
AC_CHECK_LIB(
resmgr,
rsm_open_device,[
AC_DEFINE(HAVE_RESMGR,1,[define if you have the resmgr library"])
AC_DEFINE(HAVE_RESMGR,1,[define if you have the resmgr library])
LIBS="$LIBS -lresmgr"
]
)

Wyświetl plik

@ -203,7 +203,7 @@
/* Define to 1 if you have the `pthread_kill' function. */
#undef HAVE_PTHREAD_KILL
/* define if you have the resmgr library" */
/* define if you have the resmgr library */
#undef HAVE_RESMGR
/* Define to 1 if you have the `scsireq_enter' function. */