aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Dreier <roland@topspin.com>2005-01-13 16:54:09 +0000
committerRoland Dreier <rolandd@cisco.com>2006-11-09 11:35:56 -0800
commit6720ece5d5dc10ff96011ae8aa4a32ce62f13ae8 (patch)
tree009ec1298611e170941d8f744c619c4747451c84
parent1ac479a3286fef634d2a6f6b10a33b1452ef1d1d (diff)
downloadlibibverbs-6720ece5d5dc10ff96011ae8aa4a32ce62f13ae8.tar.gz
Fix library name passed to AC_INIT()
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b3806e0..5ff6036 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT(libsdp, 0.9.0, openib-general@openib.org)
+AC_INIT(libibverbs, 0.9.0, openib-general@openib.org)
AC_CONFIG_SRCDIR([src/ibverbs.h])
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER(config.h)