1b1f14d
From 0a3dfcdcb620ac278d252a731e5359a244ebc671 Mon Sep 17 00:00:00 2001
1b1f14d
From: Jerry James <loganjerry@gmail.com>
1b1f14d
Date: Wed, 5 Jan 2022 21:08:14 -0700
1b1f14d
Subject: [PATCH] Fix typo: labtk -> labltk
1b1f14d
1b1f14d
---
1b1f14d
 configure | 2 +-
1b1f14d
 1 file changed, 1 insertion(+), 1 deletion(-)
1b1f14d
1b1f14d
diff --git a/configure b/configure
1b1f14d
index 46bebaa..8a6a0a8 100755
1b1f14d
--- a/configure
1b1f14d
+++ b/configure
1b1f14d
@@ -526,7 +526,7 @@ else
1b1f14d
     have_str=0
1b1f14d
 fi
1b1f14d
 
1b1f14d
-if check_library labltk 'normal since 4.02' labltk/labtk.cma; then
1b1f14d
+if check_library labltk 'normal since 4.02' labltk/labltk.cma; then
1b1f14d
     have_labltk=1
1b1f14d
 else
1b1f14d
     have_labltk=0