From ce61e88f863ee08d05b3e5ef98620709bda0d02f Mon Sep 17 00:00:00 2001 From: Chris Bagwell Date: Sun, 25 Apr 2010 15:49:27 -0500 Subject: [PATCH] fix typo in tools/sane-config.in. REGMGR=RESMGR. --- ChangeLog | 3 +++ tools/sane-config.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b909c50ab..76eef427b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2010-04-25 Chris Bagwell + * tools/sane-config.in: Fix typo: REGMGR=RESMGR. + 2010-04-21 m. allan noah * tools/.gitignore: add sane-backends.pc * po/uk.po: updated translation from Yuri Chornoivan diff --git a/tools/sane-config.in b/tools/sane-config.in index 200922e4a..22c02b504 100644 --- a/tools/sane-config.in +++ b/tools/sane-config.in @@ -13,7 +13,7 @@ prefix="@prefix@" exec_prefix="@exec_prefix@" LDFLAGS="@LDFLAGS@ @GPHOTO2_LDFLAGS@" -LIBS="@LIBS@ @DL_LIBS@ @LIBV4L_LIBS@ @MATH_LIB@ @TIFF_LIBS@ @JPEG_LIBS@ @GPHOTO2_LIBS@ @SOCKET_LIBS@ @AVAHI_LIBS@ @USB_LIBS@ @SCSI_LIBS@ @REGMGR_LIBS@" +LIBS="@LIBS@ @DL_LIBS@ @LIBV4L_LIBS@ @MATH_LIB@ @TIFF_LIBS@ @JPEG_LIBS@ @GPHOTO2_LIBS@ @SOCKET_LIBS@ @AVAHI_LIBS@ @USB_LIBS@ @SCSI_LIBS@ @RESMGR_LIBS@" pkgincludedir="@pkgincludedir@" pkglibdir="@pkglibdir@" includedir="@includedir@"