HAVEL_SS7 should be HAVE_SS7. Reported by kwallace.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@78679 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2007-08-08 20:49:07 +00:00
parent 602198c402
commit 063c747f3a

View File

@@ -166,8 +166,8 @@ static const char tdesc[] = "Zapata Telephony Driver"
#ifdef HAVE_PRI
" w/PRI"
#endif
#ifdef HAVEL_SS7
"w/SS7"
#ifdef HAVE_SS7
" w/SS7"
#endif
;