Improved text for libparted not found error message
svn path=/trunk/; revision=1020
This commit is contained in:
parent
8a1fb683d0
commit
6e0f121a86
|
@ -1,3 +1,8 @@
|
||||||
|
2009-01-02 Curtis Gedak <gedakc@gmail.com>
|
||||||
|
|
||||||
|
* configure.in: Improved text for libparted not found error message.
|
||||||
|
- Closes GParted bug #565682
|
||||||
|
|
||||||
2008-12-31 Curtis Gedak <gedakc@gmail.com>
|
2008-12-31 Curtis Gedak <gedakc@gmail.com>
|
||||||
|
|
||||||
* src/Utils.cc: Added e2fsprogs version required for ext4 support.
|
* src/Utils.cc: Added e2fsprogs version required for ext4 support.
|
||||||
|
|
|
@ -72,7 +72,7 @@ int main ()
|
||||||
|
|
||||||
return 1 ;
|
return 1 ;
|
||||||
}
|
}
|
||||||
,AC_MSG_RESULT(OK),AC_MSG_ERROR(*** Requires libparted >= $LIBPARTED_VERSION) )
|
,AC_MSG_RESULT(OK),AC_MSG_ERROR(*** Requires libparted >= $LIBPARTED_VERSION. Perhaps development header files missing?) )
|
||||||
LIBS="$LIBS_save"
|
LIBS="$LIBS_save"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue