Fix small typo
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 8 Feb 2010 17:29:21 +0000 (18:29 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 8 Feb 2010 17:29:21 +0000 (18:29 +0100)
configure.in

index 38207bc..c93d067 100644 (file)
@@ -40,7 +40,7 @@ dnl check for libraries:
 
 PKG_CHECK_MODULES(LIBI2NCOMMON, libi2ncommon,
 [have_i2ncommon=yes
-  AC_DEFINE([HAVE_LIBI2NCOMMON],,[define if libt2n is available])
+  AC_DEFINE([HAVE_LIBI2NCOMMON],,[define if libi2ncommon is available])
 ],
 [have_i2ncommon=no
   AC_MSG_NOTICE([building without libi2ncommon support])